Beta
Returns a list of transactions based on the matching input parameters in reverse chronological order, with the most recent transactions shown first.Transactions returned successfully.
Unauthorized
Not Found
Matching parameters not valid.
Too Many Requests
{- "limit": 5,
- "skip": 10,
- "total_count": 100,
- "data": [
- {
- "id": "trx_aayhhfwbdyxwcaeyhhfwbd4xga",
- "created_on": "2019-08-24T14:15:22Z",
- "status": "authorized",
- "transaction_type": "purchase",
- "client": {
- "id": "cli_vkuhvk4vjn2edkps7dfsq6emqm"
}, - "entity": {
- "id": "ent_fa6psq242dcd6fdn5gifcq1491"
}, - "card": {
- "id": "crd_fa6psq242dcd6fdn5gifcq1491",
- "network": "mastercard"
}, - "digital_card": {
- "id": "dcr_5ngxzsynm2me3oxf73esbhda6q",
- "wallet_type": "googlepay"
}, - "cardholder": {
- "id": "crh_d3ozhf43pcq2xbldn2g45qnb44"
}, - "amounts": {
- "total_held": {
- "amount": 100,
- "currency": "USD"
}, - "total_authorized": {
- "amount": 100,
- "currency": "USD"
}, - "total_reversed": {
- "amount": 100,
- "currency": "USD"
}, - "total_cleared": {
- "amount": 100,
- "currency": "USD"
}, - "total_refunded": {
- "amount": 100,
- "currency": "USD"
}
}, - "merchant": {
- "id": "(*)123456789",
- "name": "My Merchant",
- "city": "Paris",
- "state": "",
- "country_code": "FR",
- "category_code": "5331"
}, - "reference_transaction": {
- "transaction_id": "trx_aayhhfwbdyxwcaeyhhfwbd4xga",
- "reference_type": "original_mit"
}, - "messages": [
- {
- "id": "msg_fa6psq242dcd6fdn5gifcq1491",
- "initiator": "cardholder",
- "type": "authorization",
- "result": "declined",
- "is_relayed": true,
- "indicator": "incremental_preauthorization",
- "decline_reason": "expiry_date_invalid",
- "authorization_code": "03C0C0",
- "billing_amount": 100,
- "billing_currency": "USD",
- "created_on": "2019-09-10T10:11:12Z"
}
], - "_links": {
- "self": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "card": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "cardholder": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "reference_transaction": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}
}
}
]
}Beta
Get the details of a transaction using its ID.Issuing transaction retrieved successfully
Unauthorized
Forbidden
Transaction Not Found
Not Acceptable
Too Many Requests
Issuing transaction response retrieved successfully
{- "id": "trx_aayhhfwbdyxwcaeyhhfwbd4xga",
- "created_on": "2019-08-24T14:15:22Z",
- "status": "authorized",
- "transaction_type": "purchase",
- "client": {
- "id": "cli_vkuhvk4vjn2edkps7dfsq6emqm"
}, - "entity": {
- "id": "ent_fa6psq242dcd6fdn5gifcq1491"
}, - "card": {
- "id": "crd_fa6psq242dcd6fdn5gifcq1491",
- "network": "mastercard"
}, - "digital_card": {
- "id": "dcr_5ngxzsynm2me3oxf73esbhda6q",
- "wallet_type": "googlepay"
}, - "cardholder": {
- "id": "crh_d3ozhf43pcq2xbldn2g45qnb44"
}, - "amounts": {
- "total_held": {
- "amount": 100,
- "currency": "USD"
}, - "total_authorized": {
- "amount": 100,
- "currency": "USD"
}, - "total_reversed": {
- "amount": 100,
- "currency": "USD"
}, - "total_cleared": {
- "amount": 100,
- "currency": "USD"
}, - "total_refunded": {
- "amount": 100,
- "currency": "USD"
}
}, - "merchant": {
- "id": "(*)123456789",
- "name": "My Merchant",
- "city": "Paris",
- "state": "",
- "country_code": "FR",
- "category_code": "5331"
}, - "reference_transaction": {
- "transaction_id": "trx_aayhhfwbdyxwcaeyhhfwbd4xga",
- "reference_type": "original_mit"
}, - "messages": [
- {
- "id": "msg_fa6psq242dcd6fdn5gifcq1491",
- "initiator": "cardholder",
- "type": "authorization",
- "result": "declined",
- "is_relayed": true,
- "indicator": "incremental_preauthorization",
- "decline_reason": "expiry_date_invalid",
- "authorization_code": "03C0C0",
- "billing_amount": 100,
- "billing_currency": "USD",
- "created_on": "2019-09-10T10:11:12Z"
}
], - "_links": {
- "self": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "card": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "cardholder": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}, - "reference_transaction": {
- "href": "string",
- "actions": [
- "GET"
], - "types": [
- "string"
]
}
}
}