Balance events
Common use case
List balance events
Query Parameters
Name
Type
Description
{
"data": [
{
"eventID": 556697,
"domainID": 479,
"locationID": 1204,
"amount": 99.95,
"currencyCode": "GBP",
"type": "Topup",
"startingBalance": 50,
"balance": 0,
"currencies": {
"EUR": {
"exchangeRate": 1.10,
"amount": -109.95,
"balance": 0
},
"GBP": {
"exchangeRate": 1.00,
"amount": -99.95,
"balance": 0
}
},
"confirmed": true,
"created": "2019-12-07 22:19:02",
"row": {
"code": "1234EXAMPLECODE",
"type": "Voucher",
"links": {
"self": "/codes/1234EXAMPLECODE/"
}
},
"order": {
"orderID": 623578,
"links": {
"self": "/orders/623578/"
}
}
},
{...}
]
}Reverse
Last updated