On This Page
REST Example: Processing an Authorization with Merchant Decryption
Example Request
{ "clientReferenceInformation": { "code": "TC_1231223" }, "processingInformation": { "paymentSolution": "001" }, "paymentInformation": { "tokenizedCard": { "number": "4111111111111111", "expirationMonth": "12", "expirationYear": "2031", "cryptogram": "AceY+igABPs3jdwNaDg3MAACAAA=", "transactionType": "1" } }, "orderInformation": { "amountDetails": { "totalAmount": "10", "currency": "USD" "billTo": { "firstName": "John", "lastName": "Doeo", "address1": "901 Metro Center Blvd", "locality": "Foster City", "administrativeArea": "CA", "postalCode": "94404", "country": "US", "email": "test@cybs.com" } } }
Response to a Successful Request
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/7321424891916305803955/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/7321424891916305803955" }, "capture": { "method": "POST", "href": "/pts/v2/payments/7321424891916305803955/captures" } }, "clientReferenceInformation": { "code": "TC_1231223" }, "consumerAuthenticationInformation": { "token": "Axj/7wSTjOUuXKBWG6qzABsZQiN2tBnQpWJzJsnvxnvVvoCnvxnvVvukCvoQ5YZNJMvRiuIkVgTk4zlLlygVhuqswAAAQAM8" }, "id": "7321424891916305803955", "issuerInformation": { "responseRaw": "0110322000000E10000200000000000000100011202241291458025044373550335052584E32363833313030303030000159008000223134573031363135303730333830323039344730363400103232415050524F56414C00065649435243200034544B54523031313132313231323132313231544C3030323636504E30303431313131" }, "orderInformation": { "amountDetails": { "authorizedAmount": "10.00", "currency": "USD" } }, "paymentAccountInformation": { "card": { "type": "001" } }, "paymentInformation": { "tokenizedCard": { "expirationYear": "2031", "requestorId": "12121212121", "prefix": "411111", "assuranceLevel": "66", "expirationMonth": "12", "suffix": "1111", "type": "001" }, "card": { "suffix": "1111", "type": "001" } }, "pointOfSaleInformation": { "terminalId": "02495701" }, "processingInformation": { "paymentSolution": "001" }, "processorInformation": { "merchantNumber": "000372839590885", "approvalCode": "831000", "networkTransactionId": "016150703802094", "transactionId": "016150703802094", "responseCode": "00", "avs": { "code": "Y", "codeRaw": "Y" } }, "reconciliationId": "PD75P3PRXN26", "riskInformation": { "earlyVelocity": { "counts": [ { "count": "1", "informationCode": "MVEL-R1" } ] } }, "status": "AUTHORIZED", "submitTimeUtc": "2024-11-20T22:41:29Z" }