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

NameTypeDescription

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'

Last updated