Dusupay
Search…
Introduction
GETTING STARTED
Gateway Portal
Pre-Integration
RECEIVING MONEY
Collections
SENDING MONEY
Payouts
APPENDIX
Webhooks
Payment Options
Supported Countries/Regions
Currency Limits
Transaction status codes
Refunds
Testing
Account Balance
Mobile Money Operator Prefix
FAQ's
Webhook hash
Callbacks
Provider ID
Payouts
FNB Bank South Africa
Alidropship
Woocommerce
Powered By
GitBook
Account Balance
This provides the account balance of your merchant account in it's respective sub account currencies.
//sandbox
https
://
sandbox
.
dusupay
.
com
/
v1
/
merchants
/
balance
?
api_key
=
{{
api_key
}
​
Request Headers
Request
Response
Sample Response
Request Headers
Header
Value
Required
secret-key
Merchant account
secret-key
​
YES
Content-Type
application/json
YES
URL Request Parameter
Parameter
Type
Description
Required
api_key
string
Merchant
Public Key
​
YES
Request Body
Parameter Name
Type
Description
currency
string
The sub-account currency
balance
double
The sub-account balance
{
"code"
:
200
,
"status"
:
"success"
,
"message"
:
"Request completed successfully."
,
"data"
:
[
{
"currency"
:
"UGX"
,
"balance"
:
5475.816
},
{
"currency"
:
"USD"
,
"balance"
:
12
}
]
}
APPENDIX - Previous
Testing
Next - APPENDIX
Mobile Money Operator Prefix
Last modified
11mo ago
Copy link