v11

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

Verify Receiver Registration

This endpoint verifies the receiver's registration by validating the OTP and other verification values provided in the request body. A valid SEP-24 token should be included in the Authorization header of the request.

post/sep24-interactive-deposit/verification

Request body

emailstring

Email associated with the receiver in the SDP database. Either phone_number or email is required.

phone_numberstring

Phone number associated with the receiver in the SDP database. Either phone_number or email is required.

otpstring

One-Time Password received for verification

verificationstring

Verification value provided by the user

verification_field'DATE_OF_BIRTH' | 'YEAR_MONTH' | 'PIN' | 'NATIONAL_ID_NUMBER'
recaptcha_tokenstring

Token received from Google reCAPTCHA

Response

Verification successful

messagestring

Example response

{
  "message": "ok"
}