This method retrieves the current balance for the current user.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"balanceBean": {
"accountBalance": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "315780.75"
},
"accountCredit": {
"currencyCode": "AUD",
"currencySymbol": "$",
"amount": "0.00"
}
}
}
}
Field Descriptions