REST Example: Completing a Standing Instruction
Request
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071{"deviceInformation": { "httpAcceptBrowserValue": "http", "userAgentBrowserValue": "safari", "ipAddress": "10.10.10.10" }, "consumerAuthenticationInformation": { "transactionFlowIndicator": "2" }, "processingInformation": { "commerceIndicator": "rpy", "actionList": [ "CONSUMER_AUTHENTICATION" ] }, "aggregatorInformation": { "subMerchant": { "name": "rupay" }, "name": "aggregatorname" }, "orderInformation": { "billTo": { "country": "IN", "firstName": "Krishna", "lastName": "CYBS", "phoneNumber": "9999999999", "address1": "201 S. Division St.", "district": "BLR", "postalCode": "560048", "locality": "NPCI", "company": "Visa", "administrativeArea": "MI", "email": "test@cybs.com" }, "amountDetails": { "totalAmount": "0.00", "currency": "INR" } }, "merchantInformation": { "transactionLocalDateTime": "20211216124549", "categoryCode": "1234", "merchantDescriptor": { "country": "IN", "contact": "1234567890", "postalCode": "213213", "locality": "local", "administrativeArea": "TN" } }, "paymentInformation": { "card": { "expirationYear": "2031", "number": "608090618XXXX", "securityCode": "123", "expirationMonth": "12", "type": "061" } }, "installmentInformation": { "minAmount": "10", "sequence": "2", "firstInstallmentDate": "01122023", "alertPreference": "SMS", "lastInstallmentDate": "01012025", "preferredDay": "05", "maxAmount": "100", "totalCount": "24", "frequency": "1", "paymentType": "1" }}
Successful Response
1234567891011{"id": "6853506446826005503878", "installmentInformation": { "identifier": "1000000000" }, "processorInformation": { "responseCode": "00" }, "status": "SUCCESS", "submitTimeUtc": "2023-05-29T08:57:25Z"}