Resend OTP

This will be used to resend OTP request for a transaction. There will be max OTP send limit set for each provider configured.

challenge_id: Challenge id generated against the transaction.
id: Unique id generated for the transaction while generate OTP API call.

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