Balance API
GET Retrieve Balance
This API can be used to check the balance of the Staging account for the MPO.
Endpoint
/v4/marketplace/{marketplace_id}
Parameters
| Field | Type | Description |
|---|---|---|
marketplace_id | String | This ID is given to the MPO at onboarding |
Response
Sample Response
{
"marketplace_id": "0000000-0000-0000-0000-000000000000",
"name": "Marketplace1",
"currency": "AUD",
"country": "AU",
"timezone": "Australia/Sydney",
"fractional_unit": "cent",
"available_balance": 100000
}
Response Field Descriptions
| Field | Type | Description |
|---|---|---|
| marketplace_id | String | Unique identifier for the marketplace. |
| name | String | Name of the marketplace. |
| currency | String | Currency used in the marketplace. |
| country | String | Country code where the marketplace operates. |
| timezone | String | Timezone relevant to the marketplace. |
| fractional_unit | String | Fractional unit of the currency. |
| available_balance | Number | Available balance in the marketplace account. |