book-openIntroduction

The Merchant Accounts API lets you create dedicated bank collection accounts that receive customer payments. Each account is a real bank account assigned to your business. When a payment arrives, TemboPlus sends a notification to your system in real time.


What you can do

  • Allocate collection accounts — get dedicated bank account numbers instantly

  • Check account balances — monitor incoming collections in real time

  • Retrieve account statements — pull transaction history over a date range

  • Receive payment notifications — get notified the moment a payment lands


How it works

  1. You call the API to allocate a new collection account

  2. You receive a bank account number (with bank name and SWIFT code)

  3. Your customers send payments to that account via bank transfer

  4. TemboPlus sends a webhook notification to your system when the payment is reflected

Funds collected into merchant accounts can be settled into your TemboPlus collection wallets. See Wallet Management for balance and statement queries on those wallets.


Getting started

To integrate, you need:

circle-check
circle-info

From Your Side:

  • Webhook URL (HTTPS endpoint for receiving notifications)

Email sales@temboplus.comenvelope to begin onboarding.


Environment notice

The Merchant Accounts API operates in production only. There is no sandbox environment. All accounts are real bank accounts and all transactions are live. Test carefully with small amounts.


Authentication

Every request requires these headers:

  • Authorization: Your API token prefixed with Bearer .

  • x-request-id: A UUID v4 you generate per request. Store this — it's how TemboPlus traces requests for support.

triangle-exclamation

Last updated