Request
Endpoint:
{ "clientReferenceInformation": { "code": "TC50171_3" }, "processingInformation": { "commerceIndicator": "vbv" }, "paymentInformation": { "card": { "number": "4111111111111111", "expirationMonth": "01", "expirationYear": "2023" } }, "orderInformation": { "amountDetails": { "totalAmount": "100", "currency": "USD" }, "billTo": { "firstName": "John", "lastName": "Smith", "address1": "201 S. Division St._1", "locality": "Foster City", "administrativeArea": "CA", "postalCode": "94404", "country": "US", "email": "accept@cybs.com", "phoneNumber": "6504327113" } }, "consumerAuthenticationInformation": { "cavv": "AceY+igABPs3jdwNaDg3MAACAAA=", "xid": "1234567890987654321ABCDEFabcdefABCDEF123" } }
Response
{ "_links" : { "authReversal" : { "method" : "POST", "href" : "/pts/v2/payments/6510049442466278803211/reversals" }, "self" : { "method" : "GET", "href" : "/pts/v2/payments/6510049442466278803211" }, "capture" : { "method" : "POST", "href" : "/pts/v2/payments/6510049442466278803211/captures" } }, "clientReferenceInformation" : { "code" : "TC50171_3" }, "id" : "6510049442466278803211", "orderInformation" : { "amountDetails" : { "authorizedAmount" : "100.00", "currency" : "USD" } }, "paymentAccountInformation" : { "card" : { "brandName" : "VISA", "type" : "001" } }, "paymentInformation" : { "tokenizedCard" : { "type" : "001" }, "card" : { "type" : "001" } }, "processorInformation" : { "systemTraceAuditNumber" : "819194", "approvalCode" : "831000", "merchantAdvice" : { "code" : "01", "codeRaw" : "M001" }, "responseDetails" : "ABC", "networkTransactionId" : "016153570198200", "retrievalReferenceNumber" : "211620819194", "consumerAuthenticationResponse" : { "code" : "2", "codeRaw" : "2" }, "transactionId" : "016153570198200", "responseCode" : "00", "avs" : { "code" : "Y", "codeRaw" : "Y" } }, "reconciliationId" : "6510049442466278803211", "status" : "AUTHORIZED", "submitTimeUtc" : "2022-04-26T20:29:04Z" }