v1
latestOpenAPI 3.1.02026-07-242325051.4 MBBalance
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
}
}