v1
latestOpenAPI 3.0.02026-07-2480677847.6 KBEndpoints
Retrieve a single authorisation
Returns single Authorisation for the given unique ID
get/authorisations/{id}
Path parameters
idstring required
Unique system identifier of the record in our system.
Example:54321123456
The unique system id for the authorisation to retrieve.
Response
OK
Example response
{
"id": "54321123456",
"created": "2021-08-16T14:12:43Z",
"status": "APPROVED",
"code": "454903",
"channel": "ECOMMERCE",
"messageType": "0110",
"merchant": {
"id": "520334547514337",
"name": "Matt's Bicycles Ltd",
"countryCode": "GBR",
"mcc": "0742",
"allianceCode": "FISV",
"partnerCode": "DIGI_PMNTS",
"storeId": "1108707593"
},
"meta": {
"orderId": "54321123456",
"referenceId": "8900000395354000",
"GUID": "adaeeb64-aa26-48b4-95c5-3e79ff68f176",
"retrievalReferenceNumber": "130237163512",
"merchantReference1": "GGIC-FK-432432-AB",
"merchantReference2": "AB-432342-CS-43",
"reservationNumber": "2432-354353-0002423-243231",
"customerIPAddress": "8.18.18.25",
"products": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
},
"paymentInstrument": {
"brand": "VISA",
"number": "446998******2153",
"expiryDate": "2501",
"subType": "N2",
"token": "123abc456def"
},
"financial": {
"amounts": {
"currencyCode": "GBP",
"authorised": "20.99",
"cashback": "20.99",
"tip": "20.99"
},
"dcc": {
"currencyCode": "GBP"
},
"instalment": {
"totalNumber": 24,
"totalAmount": "20.99",
"deferredPeriod": 2,
"first": "20.99"
}
},
"transactionAttributes": {
"issuerResponseCode": "00",
"avsResponse": "A"
},
"captureEnvironment": {
"platform": "IPG",
"captureMethod": "CHIP_CONTACTLESS",
"terminal": {
"workstationId": "520334508707619",
"serialNumber": "1359875623",
"pinCaptureCapability": 4
}
},
"_links": {
"transactions": {
"href": "/transactions?postedAfter=2021-08-16&postedBefore=2021-08-18&orderId=123456"
}
}
}