Process OTP

This will complete the authentication and authorization. It takes OTP as input and returns the transaction response.

Note

id path parameter is the unique id generated for the transaction in a generate OTP API call.

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/v2/txns/{id}/authenticate
Production Link
POST
https://api.juspay.in/v2/txns/{id}/authenticate
Authorization Header
Headers
Path Params
Body
200 : Success
400 : Invalid Input data
401 : Authentication Failed
Last updated 1 month ago