Get Balance
DesigningGET
/api/v0/payout-account/balanceUse this API to get the balance of your account.
Request
Query Params
fundSourceId
string
optional
This represents the ID of the fund source from which the transfer amount will be debited.
Example:
EKCI4XTWKC
Header Params
User-Agent
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
totalBalance
number
required
Example
{
"totalBalance": 0
}
Last modified: a month ago