Resend OTP
Resend OTP
Resend the OTP to the customer, optionally switching delivery method.
POST
Resend OTP
Use this when the customer doesn’t receive the OTP or it expires. A new OTP is sent, invalidating the previous one, and the same
context_id is returned.
| Method | Description | Provider |
|---|---|---|
SMS | Send via SMS (default) | Configured merchant SMS provider |
WHATSAPP | Send via WhatsApp | Configured merchant WhatsApp provider |
Resend is rate-limited and typically offered 30 seconds after the initial send. If you switch delivery method, update the client UI accordingly.
Body
application/json
UUID from a previous Send OTP call.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Checkout session UUID.
Example:
"5223aec7-bb78-4344-be18-8023eb8f22ae"
Delivery method. Defaults to SMS.
Available options:
SMS, WHATSAPP Example:
"WHATSAPP"