REST Example: Dual-Message AFT for FDC Nashville Global
FDC Nashville Global
Request
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950{ "clientReferenceInformation": { "code": "RTS-AFT3-8" }, "processingInformation": { "capture": true, "businessApplicationId": "AA", "authorizationOptions": { "aftIndicator": true } }, "paymentInformation": { "card": { "number": "453979100173XXXX", "expirationMonth": "03", "expirationYear": "2025", "type": "001", "securityCode": "351" } }, "orderInformation": { "amountDetails": { "totalAmount": "28.00", "currency": "GBP" }, "billTo": { "firstName": "Joe", "lastName": "Root", "middleName": "S", "address1": "34 Orchard Grove", "locality": "Southampton", "postalCode": "DE6 1BE", "country": "UK" } }, "senderInformation": { "firstName": "Joe", "lastName": "Root", "middleName": "S", "address1": "34 Orchard Grove", "locality": "Southampton", "countryCode": "UK" }, "recipientInformation": { "accountId": "4929421234600821", "firstName": "Ben", "lastName": "Stokes", "middleName": "A" } }
Response
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455{ "_links": { "void": { "method": "POST", "href": "/pts/v2/payments/7286014246196696003955/voids" }, "self": { "method": "GET", "href": "/pts/v2/payments/7286014246196696003955" } }, "clientReferenceInformation": { "code": "RTS-AFT3-8" }, "id": "7286014246196696003955", "issuerInformation": { "responseRaw": "0110322000000E10000200000000000000280010102303440139615736554359323159524D50353833313030303030000159004400223134573031363135303730333830323039344730363400103232415050524F56414C0006564943524320" }, "orderInformation": { "amountDetails": { "totalAmount": "28.00", "authorizedAmount": "28.00", "currency": "GBP" } }, "paymentAccountInformation": { "card": { "type": "001" } }, "paymentInformation": { "tokenizedCard": { "type": "001" }, "card": { "type": "001" } }, "pointOfSaleInformation": { "terminalId": "01411543" }, "processorInformation": { "merchantNumber": "000846649116882", "approvalCode": "831000", "networkTransactionId": "016150703802094", "transactionId": "016150703802094", "responseCode": "00", "avs": { "code": "Y", "codeRaw": "Y" } }, "reconciliationId": "79576757", "status": "AUTHORIZED", "submitTimeUtc": "2024-10-10T23:03:44Z"}