Fetch all user balances
Shows all balances of all merchants are owned by the user.
Headers
Name
Type
Description
Request Body (empty JSON)
{ }Name
Type
Description
{
[
"$PAY_CURRENCY_VALUE":{
"totalBalance":"String",
"holdBalance":"String",
"availableBalance":"String"
}
]
}Last updated