Balance
Balance:Date
This API gives the balance and costs on the specified date
get/v2/balance/{date}
Path parameters
datestring required
Balance identifier
Response
OK
Example response
{
"merchantFunds": {
"value": 100,
"currency": "EUR"
},
"rollingReserve": {
"value": 100,
"currency": "EUR"
},
"costs": {
"value": 3000,
"currency": "EUR",
"vatPercentage": 21
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.