IMPORTANT If no dateis specified in the request as a filter we will return authorizations for the last 5 days from the current date.
Authorization: Bearer ********************curl --location --request GET '/api/reporting/authorizations/<dbaId>' \
--header 'Authorization: Bearer <token>' {
"id": "22376031",
"card": {
"number": "473702XXXXXX6363",
"bin": {
"bin": "473702",
"brand": "Visa",
"organization": "Wells Fargo Bank, N.a.",
"type": "Debit",
"category": "Classic",
"country": {
"name": "United States",
"code": "US"
}
}
},
"amount": "0.01",
"type": "Credit",
"terminal": {
"id": "14",
"number": 7000
},
"date": "2020-03-24 00:10:26",
"status": "Successful approval/completion"
},
{
"id": "22375683",
"card": {
"number": "443048XXXXXX5662",
"bin": {
"bin": "443048",
"brand": "Visa",
"organization": "Pnc Bank, N.a.",
"type": "Debit",
"category": "Classic",
"country": {
"name": "United States",
"code": "US"
}
}
},
"amount": "29.99",
"type": "Debit",
"terminal": {
"id": "14",
"number": 7000
},
"date": "2020-03-24 00:31:25",
"status": "Successful approval/completion"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/reporting/authorizations/1?page=1"
},
"_meta": {
"totalCount": 2,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}