v1

latestOpenAPI 3.1.02026-07-26261466.6 KB
Wallet funding

Verify the phone code

Checks the code the user read back. On success the verification stays fresh for 60 days and funding sessions can be created.

post/api/v2/wallet/phone/verify

Request body

user_idstring required
codestring required
phone_numberstring

Required only when the code was sent to a number you provided.

Response

Verified.

object'phone_verification'
status'sent' | 'already_verified' | 'verified'
channel'sms' | 'email'

Where the code was sent (status sent only).

phonestring

The masked destination number (status sent only).

expires_in_secondsinteger

How long the code stays valid (status sent only).