REST Example: OCT Request
Visa Platform ConnectREST API
Request: Authorization Service for an OCT
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657{"clientReferenceInformation": { "code": "TC-23456$", "requestId": "6642672790803228323604" }, "merchantInformation": { "merchantId": "pa_oct_sg101_ccs", "merchantDescriptor": { "street": "test", "state": "CA" } }, "orderInformation": { "amountDetails": { "totalAmount": "0.01", "currency": "USD" } }, "paymentInformation": { "card": { "number": "411111111111XXXX", "expirationMonth": "12", "expirationYear": "2026", "type": "001" } }, "processingInformation": { "businessApplicationId": "aa", "icsApplications": "ics_oct" }, "recipientInformation": { "name": "RecepientNameRecepientNameName", "firstName": "rfirstName", "middleName": "rmiddlename", "lastName": "rlastname", "address": { "address1": "test", "address2": "test", "buildingNumber": "test", "city": "test", "country": "US", "postalCode": "9440", "streetName": "test", "state": "1" } }, "senderInformation": { "account": { "number": "1234", "fundsSource": "03" }, "address": "abc", "city": "SenderCitySenderCitySende", "country": "Zim", "id": "ms_user", "referenceNumber": "1", "state": "AZ" }}
Response: Authorization Service for an OCT
1234567891011121314151617{"clientReferenceInformation": { "code": "TC-23456$" }, "id": "7465072232626783103812", "orderInformation": { "amountDetails": { "totalAmount": "0.01", "currency": "USD" } }, "processorInformation": { "approvalCode": "888888", "responseCode": "100" }, "reconciliationId": "610954017ABE1KUI", "status": "ACCEPTED", "submitTimeUtc": "2025-05-06T045343Z"}