Request
Body Params application/json
Request Code Samples
curl --location --request POST '/merchant/get_balance' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"account_balance": 1456.22
}
Modified at 2025-02-09 11:14:48