Connections (BYOK)

Reevit operates on a Bring Your Own Key (BYOK) model. This means you connect your existing payment service provider (PSP) accounts (like Paystack, Hubtel, or Stripe) directly to Reevit. You maintain full ownership of your funds and provider relationships while leveraging our orchestration layer for unified operations.

πŸ’Ž The BYOK Advantage

🏒 For Business Strategy

  • Direct Settlement: Funds are settled directly into your own PSP accounts. Reevit never touches your money.
  • Better Rates: Negotiate your processing fees directly with providers based on your volume. We don’t add markups to your transaction costs.
  • Zero Lock-in: Your data and customer payment tokens belong to you. If you choose to stop using Reevit, your provider accounts remain active.
  • Unified Security: Store all your API keys in one encrypted Vault instead of scattering them across multiple service environments.

πŸ’» For Engineering Control

  • Abstracted Credentials: Manage multiple keys for different regions (e.g., Paystack Ghana vs. Paystack Nigeria) under a single connection_id.
  • Capability Mapping: Reevit automatically knows which connection to use based on the currency and method in the payment request.
  • Health Monitoring: Every connection has a real-time health score. If a provider’s API starts failing, Reevit detects it and shifts traffic to your fallbacks.

πŸ› οΈ Setting Up a Connection

1. Collect your PSP Keys

Log into your provider’s dashboard (e.g., Paystack Settings) and copy your Secret Key and Public Key.

2. Register the Connection

Use the Reevit Dashboard or API to link the keys.

🌍 Supported Ecosystem

Reevit is built to support the most reliable providers in African and Global markets:

πŸ“‹ Field Reference

Understanding labels

Labels are metadata tags that power intelligent routing and organization:
  • Routing Hints: Tag connections as primary or fallback to influence failover behavior.
  • Regional Grouping: Use labels like ghana, nigeria to logically group connections by market.
  • Custom Segmentation: Apply any label that makes sense for your business, such as high-volume or testing-only.

πŸ”’ Credential Security

Reevit takes the security of your PSP credentials seriously. When you create a connection, your sensitive keys are protected using industry-standard encryption.

Encryption at Rest

All credentials stored in Reevit are encrypted using AES-256-GCM:
  • Credentials are encrypted immediately upon receipt
  • Key custody is deployment-specific; request the applicable controls through the Trust Center
  • Read APIs do not return stored secret credentials

Credential Access

Your credentials are only decrypted when:
  1. Processing a payment that routes to this connection
  2. Testing the connection via the test endpoint

Security Best Practices

  1. Use separate credentials per environment
  2. Never expose credentials in logs or error messages
    • Reevit automatically masks credentials in logs
    • Never print credentials to console in your application
  3. Rotate credentials regularly
    • Most PSPs allow key rotation without service interruption
    • Update credentials via the API when rotating:
  4. Use webhook secrets for signature verification
BYOK Model: Your credentials remain your property. Reevit never shares them with third parties or uses them for any purpose other than processing your payments.

βœ… Best Practices

  1. Redundancy is Key: Always have at least two connections for your primary market (e.g., Hubtel + Paystack for Ghana). This enables Smart Routing.
  2. Environment Matching: Ensure your mode (live/sandbox) matches the PSP keys you are using.
  3. Regular Rotation: Rotate your provider secret keys every 90 days as part of your security protocol. Reevit makes this seamless via the update API.

Payments Guide

Learn how to process payments using your active connections.

Smart Routing

Configure how Reevit chooses between your multiple connections.

Fraud Policies

Secure your connections with velocity limits and blocklists.

Webhooks

Track connection health and event delivery in real-time.