Skip to main content
Version: 4.0.3

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​

FieldTypeDescription
marketplace_idStringThis 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
FieldTypeDescription
marketplace_idStringUnique identifier for the marketplace.
nameStringName of the marketplace.
currencyStringCurrency used in the marketplace.
countryStringCountry code where the marketplace operates.
timezoneStringTimezone relevant to the marketplace.
fractional_unitStringFractional unit of the currency.
available_balanceNumberAvailable balance in the marketplace account.