FILTER BY TAG

REST Example: Authorizing a Standing Instruction

Request
{ "clientReferenceInformation": { "code": "RTS-Auth" }, "processingInformation": { "commerceIndicator": "rpy" }, "orderInformation": { "billTo": { "country": "IN", "lastName": "VDP", "firstName": "RTS", "address2": "test", "address1": "US", "locality": "48104 2201", "administrativeArea": "TN", "phoneNumber": "9114456621", "postalCode": "411040", "district": "MI", "buildingNumber": "123", "company": "Visa", "email": "test@yyyy.com" }, "amountDetails": { "totalAmount": "100.00", "currency": "inr" } }, "paymentInformation": { "card": { "expirationYear": "2031", "number": "508230288XXXX", "securityCode": "123", "securityCodeIndicator": "1", "expirationMonth": "12", "type": "061" } }, "payerAuthentication": { "authenticationValue": "jhfgjhgdfhgsdfhgsdfh" }, "deviceInformation": { "httpAcceptContent": "gsfgfdg", "ipAddress": "10.10.10.10", "userAgent": "aa" }, "aggregatorInformation": { "subMerchant": { "name": "rupay" } }, "merchantInformation": { "merchantDescriptor": { "administrativeArea": "AN", "postalCode": "123324" } }, "consumerAuthenticationInformation": { "transactionToken": "MTAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDI1MjM2" } }
Successful Response
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/6385272861347128228688/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/6385272861347128228688" }, "capture": { "method": "POST", "href": "/pts/v2/payments/6385272861347128228688/captures" } }, "clientReferenceInformation": { "code": "RTS-Auth" }, "id": "6385272861347128228688", "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": "2023-12-03T10:28:06Z" }