v1
latestOpenAPI 3.0.02026-07-2480677847.6 KBEndpoints
Retrieve a single transaction
Returns single Transaction for the given unique ID
get/transactions/{id}
Path parameters
idstring required
Unique system identifier of the record in our system.
Example:54321123456
The unique system id for the transaction to retrieve.
Response
OK
Example response
{
"id": "54321123456",
"posted": "2021-08-16T14:12:43Z",
"authorised": "2021-08-16T14:12:43Z",
"channel": "ECOMMERCE",
"merchant": {
"id": "520334547514337",
"name": "Matt's Bicycles Ltd",
"countryCode": "GBR",
"mcc": "0742",
"allianceCode": "FISV",
"partnerCode": "DIGI_PMNTS",
"storeId": "1108707593"
},
"meta": {
"orderId": "54321123456",
"authorisationCode": "454903",
"fundingDetailId": "54321123456",
"retrievalReferenceNumber": "130237163512",
"originalReference": "12345678900",
"terminalBatchNumber": "EPV190917_01",
"merchantTransactionReference": "GGIC-FK-432432-AB",
"acquirerReferenceNumber": "87263457739999123742"
},
"paymentInstrument": {
"brand": "VISA",
"number": "446998******2153",
"subType": "N2"
},
"financial": {
"amounts": {
"currencyCode": "GBP",
"transacted": "20.99",
"cashback": "20.99",
"tip": "20.99"
},
"fees": [
{
"type": "INTERCHANGE",
"currencyCode": "GBP",
"amount": "1.45732"
}
],
"funding": {
"currencyCode": "GBP",
"gross": "20.99",
"charges": "20.99",
"net": "20.99"
}
},
"captureEnvironment": {
"platform": "IPG",
"captureMethod": "CHIP_CONTACTLESS"
},
"_links": {
"authorisations": {
"href": "/authorisations?createdAfter=2021-08-16&createdBefore=2021-08-16&orderId=123456"
},
"fundings": {
"href": "/fundings?fundedAfter=2021-08-16&fundedBefore=2021-08-17&fundingDetailId=123456"
}
}
}