Saltar al contenido principal

Verify Receiver Registration

POST 

/wallet-registration/verification

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.

Request

Header Parameters

    Authorization stringrequired

    SEP-24 token for authorization (Format: 'Bearer {token}')

Body

required

Verification data including phone_number/email, OTP, verification value, and reCAPTCHA token

    email string

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

    phone_number string

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

    otp string

    One-Time Password received for verification

    verification string

    Verification value provided by the user

    verification_field VerificationField (string)

    Possible values: [DATE_OF_BIRTH, YEAR_MONTH, PIN, NATIONAL_ID_NUMBER]

    recaptcha_token string

    Token received from Google reCAPTCHA

Responses

Verification successful

Schema

    message string
Loading...