v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-017364211.0 KB
Registration

Send One-Time Passcode

This endpoint generates a 6-digit OTP and sends it to the user contact (email or phone number SMS) provided in the request body, as long as it matches the receiver contact info stored in the SDP. A valid SEP-24 token should be included in this request's Authorization header.

post/sep24-interactive-deposit/otp

Request body

phone_numberstring

Phone number to which the OTP will be sent. Either phone_number or email is required.

emailstring

Email to which the OTP will be sent. Either phone_number or email is required.

recaptcha_tokenstring required

Token for reCAPTCHA validation (required unless reCAPTCHA is disabled).

Response

OTP sent successfully

messagestring
verification_field'DATE_OF_BIRTH' | 'YEAR_MONTH' | 'PIN' | 'NATIONAL_ID_NUMBER'