FILTER BY TAG

REST Example: Authorization of a Standing Instruction Transaction (with Token)

Request
{ "clientReferenceInformation": { "code": "RTS-Auth" }, "processingInformation": { "commerceIndicator": "RECURRING" }, "orderInformation": { "billTo": { "country": "US", "lastName": "VDP", "address2": "test", "address1": "test", "postalCode": "560066", "locality": "Ann Arbor", "administrativeArea": "MI", "firstName": "RTS", "phoneNumber": "999999999", "district": "MI", "buildingNumber": "123", "company": "Visa", "email": "test@cybs.com" }, "amountDetails": { "totalAmount": "100.00", "currency": "inr" } }, "paymentInformation": { "tokenizedCard": { "number": "508230288XXXX", "transactionType": "1", "expirationYear": "2031", "securityCode": "123", "securityCodeIndicator": "1", "expirationMonth": "12", "cryptogram": "abcdefgh" } }, "consumerAuthenticationInformation": { "transactionToken": "MTAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDI1MjM2" }, "installmentInformation": { "identifier": "123", "paymentType": "1" }, "deviceInformation": { "ipAddress": "10.10.10.10", "httpAcceptContent": "text/html", "userAgent" : "Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)" }, "aggregatorInformation": { "subMerchant": { "name": "rupay" } }, "merchantInformation": { "merchantDescriptor": { "administrativeArea": "AN", "postalCode": "123324" } } }
Successful Response
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/6383780039607106528664/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/6383780039607106528664" }, "capture": { "method": "POST", "href": "/pts/v2/payments/6383780039607106528664/captures" } }, "clientReferenceInformation": { "code": "RTS-Auth" }, "id": "6383780039607106528664", "orderInformation": { "amountDetails": { "authorizedAmount": "100.00", "currency": "inr" } }, "paymentAccountInformation": { "card": { "brandName": "RUPAY", "type": "061" } }, "paymentInformation": { "tokenizedCard": { "type": "061" }, "card": { "type": "061" } }, "processorInformation": { "approvalCode": "235426", "networkTransactionId": "100000000000000000000000025253", "transactionId": "100000000000000000000000025253", "responseCode": "00", "avs": { "code": "2" } }, "submitTimeUtc": "2022-12-01T17:00:04Z" }