Resend an OTP [v3]
POST/api/v3/resend-otp
Request a new OTP for a payment that requires OTP-based completion. Wait at least 30 seconds before requesting a resend. There is a limit of 2 additional OTP requests per transaction — exceeding this limit marks the transaction as failed.
Quick Reference
- Required:
transaction_id - Limit: Maximum 2 resend attempts per transaction
- Returns: OTP resend confirmation
Request
Responses
- 200
- 4XX
- 5XX
When the otp request is successfully placed with the otp sender, the response will be as below
When the otp request cannot be placed, the response will be as below
When there is a problem on the server, the response will be as below