Integrating on your website
Handling Response
1) Redirection (for 3DSecure on Card Issuer’s domain)
When showOTPCapturePage is ‘N’ in the API Response
Further Steps:
1. Redirect to the redirect URI available in the initiateSale API Response with relevant
parameters
2. Once Authentication and Authorization is done the response will be posted back (via
browser POST) to the merchant’s return URL.When showOTPCapturePage is ‘Y’ in the API Response
Further Steps:
1. Merchant submits generateOTP GET request to the generateOTP URI available in the
initiateSale Response with relevant parameters. Response will be provided as json.
2. After successful generateOTP, merchant captures OTP on their domain and submits
verifyOTP POST request to the verifyOTP URI available in the initiateSaleResponse with
json request parameters.
3. Merchant can resend generateOTP request upto 3 times and verify OTP.
4. After successful verifyOTP, merchant submits authorize POST request to the authorize URI
available in the initiateSale Response with json request parameters. Response will be provided as
json.Updated about 2 months ago