REST API | Visa Platform Connect

Example: OCT with Cryptocurrency Request Using the REST API

Request: OCT Service
{ "clientReferenceInformation": { "code": "123456789" }, "merchantInformation": { "categoryCode": "4829" }, "orderInformation": { "amountDetails": { "totalAmount": "10.00", "currency": "USD" }, "isCryptocurrencyPurchase": "true" }, "processingInformation": { "businessApplicationId": "AA", "authorizationOptions": { "aftIndicator": "true" } }, "paymentInformation": { "card": { "number": "4111111111111111" } }, "senderInformation": { "referenceNumber": "123456789", "account": { "fundsSource": "05" } } }
Response: OCT Service
{ "clientReferenceInformation": { "code": "123456789" }, "id": "6613699145056225904953", "orderInformation": { "amountDetails": { "totalAmount": "10.00", "currency": "USD" } }, "processorInformation": { "approvalCode": "888888", "responseCode": "100" }, "reconciliationId": "76974001H780R8OT", "status": "ACCEPTED", "submitTimeUtc": "2022-08-24T193844Z" }