{
"items": [
{
"id": 123456789,
"card": {
"number": "531269******0736",
"bin": {
"bin": 531259,
"brand": "Mastercard",
"organization": "Bank Of America, National Association",
"type": "Debit",
"category": "Enhanced",
"country": {
"name": "United States",
"code": "US"
}
}
},
"amount": "10.00",
"adjustment": "0.00",
"type": "credit",
"referenceNumber": "12345693222900012481321",
"purchaseId": SSS-2023032405742994,
"terminal": null,
"batch": {
"id": xxxxxxx,
"date": "2020-03-22"
},
"date": "2020-03-22"
},
{
"id": 123456790,
"card": {
"number": "483312******8992",
"bin": {
"bin": 483312,
"brand": "Visa",
"organization": "Jpmorgan Chase Bank, N.a.",
"type": "Debit",
"category": "Classic",
"country": {
"name": "United States",
"code": "US"
}
}
},
"amount": "100.00",
"adjustment": "0.00",
"type": "debit",
"referenceNumber": "123456213222900012457999",
"purchaseId": null,
"terminal": null,
"batch": {
"id": xxxxxxx,
"date": "2020-03-22"
},
"date": "2020-03-22"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/reporting/batches/56921?page=1"
},
"first": {
"href": "https://zendashboard.com/api/reporting/batches/56921?page=1"
},
"last": {
"href": "https://zendashboard.com/api/reporting/batches/56921?page=1"
}
},
"_meta": {
"totalCount": 2,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}