Tembo
  • Welcome!
  • Introduction
  • Reference
    • Merchant Virtual Accounts
      • Create Merchant Virtual Account
      • Get Account Balance
      • Get Account Statement
      • Webhook Callback
    • Banking & Wallets
      • Create Wallet
      • Deposit Funds
      • Withdraw Funds
      • Wallet to Wallet Transfer
      • Wallet Balance
      • Wallet Statement
      • Main Balance
      • Main Statement
      • List Wallets
    • Make Payment
      • Pay to Mobile
      • Pay to Other Banks
      • Utility Payments
      • Payment Status
    • Collect Money
      • Collect from Mobile Money
      • Collection Balance
      • Collection Statement
      • Payment Status
    • eKYC
      • Start Onboarding
      • Retrieve First Question
      • Reply to Question
    • Remittance
      • API Overview
      • Create Remittance
      • Transaction Status
      • Callback Notification
Powered by GitBook
On this page
  1. Reference
  2. Collect Money

Collection Balance

Use this endpoint to retrieve the balance of your collection account

Collection Balance

POST https://sandbox.temboplus.com/tembo/v1/wallet/collection-balance

Retrieves the balance of your collection account

Headers

Name
Type
Description

x-account-id*

string

Partner account id

x-secret-key*

string

Partner secret key

x-request-id*

string

Id identifying this request

{
   "availableBalance":10000,
   "currentBalance":10000,
   "accountNo":"8000837333",
   "accountStatus":"ACTIVE",
   "accountName":"ABC TRADERS LTD - Collection"
}

curl --request POST \
--url https://sandbox.temboplus.com/tembo/v1/wallet/collection-balance \
--header 'content-type: application/json' \
--header 'x-account-id: ff6IfxxVceIMM6oFAc9Zig' \
--header 'x-secret-key: HYX5X4is3a4bnJJo4lXM936bFD6B8iMeAtXijNvHXMI==' \
--header 'x-request-id: 546d7a200cd8cb45d8ac'

PreviousCollect from Mobile MoneyNextCollection Statement

Last updated 8 months ago