Returns a list of all closed (fully captured, not just authorizations) transactions across all issued cards on the platform, regardless of the cards current status.
object | |
Array of objects (Transaction) |
{- "pagination": {
- "count": 10,
- "next": null,
- "previous": null,
- "page_size": 10,
- "num_pages": 1,
- "current_page": 1
}, - "data": [
- {
- "id": 0,
- "note": "string",
- "vendor": {
- "name": "string",
- "category": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "postal_code": "string"
}, - "currency": "string",
- "amount": "string",
- "vendor_currency": "string",
- "vendor_amount": "string",
- "status": { },
- "authorization_status": { },
- "authorization_datetime": "2019-08-24T14:15:22Z",
- "transaction_datetime": "2019-08-24T14:15:22Z",
- "allocation_datetime": "2019-08-24T14:15:22Z",
- "card": {
- "uuid": "string",
- "last_four_digits": "string",
- "status": { }
}, - "receipt_attachments": [
- "string"
], - "fund": {
- "uuid": "string",
- "title": "string",
- "reason": "string",
- "status": "open",
- "date_created": "2019-08-24T14:15:22Z",
- "amount": "string",
- "account": {
- "account_code": "string",
- "account_code_description": "string",
- "department": "string",
- "department_branch": "string"
}
}, - "type": "spend",
- "reconciliation_status": "pending",
- "cardholder": {
- "uuid": "string",
- "first_name": "string",
- "last_name": "string",
- "status": "inactive"
}, - "linked_authorization": "string",
- "custom_fields": [
- {
- "name": "string",
- "value": "string",
- "type": "text"
}
]
}
]
}