v1
latestOpenAPI 3.0.32026-07-248079274.0 KBTransactions
Retrieve a transaction
Every time you submit a payment request, including, card, recurring payments, Google Pay, Apple Pay, you are returned a transaction_id. Append the transaction_id to the URL to retrieve the transaction details.
get/transactions/{transaction_id}
Path parameters
transaction_idstring uuid required
Unique ID assigned by Acquired.com for the transaction.
Query parameters
filterstring
Filter the parameters that you want to return within the response.
Response
OK
Example response
{
"transaction_id": "a7e3fde5-5b83-44f4-9915-782bc7121717",
"status": "success",
"transaction": {
"order_id": "1f1f2a61-5b68-4725-a0ce-9560514ec00b",
"amount": 15.02,
"currency": "gbp",
"billing": {
"subscription_id": "01JC4Z1YR25RSAFVHYY7GA1BRQ",
"bill_id": "01JC4Z2BC9J1V1B8YHR4E0X4T5",
"recovery_id": "01JC4Z2Y0Q4E7Q0YV5D3M6W9KA"
}
},
"retry_advice": {
"category": "retry_later",
"detail": null,
"retry_after": "2026-03-04T00:00:00Z",
"acquirer_code": "25"
},
"issuer_response_code": "00",
"authorisation_code": "123456",
"acquirer_reference_number": "AA07071660000001",
"scheme_reference_data": "987654321234567",
"payment": {
"reference": "Custom Ref 001",
"payee_id": "4ebc5489-7b9f-4324-983e-07d4b2b00035"
},
"payer": {
"account_name": "MR E JOHNSON",
"account_number": "12345678",
"sort_code": "010203"
},
"card": {
"holder_name": "E Johnson",
"scheme": "visa",
"number": "8710",
"expiry_month": 10,
"expiry_year": 30
},
"bin": {
"number": "424242",
"type": "debit",
"product": "consumer",
"card_level": "standard",
"issuer": "acquired.com",
"issuer_country": "united kingdom",
"issuer_country_code": "gb"
},
"customer": {
"reference": "customer_number_00001",
"first_name": "Edward",
"last_name": "Johnson",
"dob": "1988-10-03",
"custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh",
"billing": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
},
"shipping": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
}
},
"credential_on_file": "first",
"custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh",
"custom1": "12345",
"custom2": "123456",
"charge_date": "2024-08-05",
"detail": {
"scheme": "bacs",
"report": "ARUDD",
"reason_code": "1"
}
}