Getting a balance
POST {{url}}/ecom/execute_request/merchant/ecom_balance/v1/get
Output parameters:
Parameter
Description
Data Format
Example
Example of a request body
{ }Example of response body
{
"merchantId": "235d9304-0368-11ed-b939-0242ac120002",
"balanceAmount": 47,
"balanceLimit": 0,
"totalAmount": 47
}Last updated