REST API | Visa Platform Connect

Example: AFT Request Using the REST API

Request: Authorization Service for an AFT
This example is for an account that is configured for relaxed requirements for address data and expiration date.
{ "clientReferenceInformation": { "code": "123456789" }, "merchantInformation": { "categoryCode": "4829" }, "orderInformation": { "amountDetails": { "totalAmount": "10.00", "currency": "USD" } }, "processingInformation": { "businessApplicationId": "AA" }, "paymentInformation": { "card": { "number": "4111111111111111", } } }
Response: Authorization Service for an AFT
{ "clientReferenceInformation": { "code": "123456789" }, "id": "6227448498206943503001", "orderInformation": { "amountDetails": { "totalAmount": "10.00", "currency": "USD" } }, "processorInformation": { "approvalCode": "888888", "responseCode": "100" }, "reconciliationId": "737824012PCK87SH", "status": "ACCEPTED", "submitTimeUtc": "2021-06-03T182730Z" }