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