Send Verification Code
Documents & Verification
Send an OTP Code for Customer Verification
Send an OTP code to a customer’s contact information.
Send Verification Code
Send a one-time password (OTP) to a customer’s registered email address or phone number as part of contact verification during the KYC flow. After the code is sent, prompt the customer to enter it and then call the Verify OTP Code endpoint to confirm the contact detail. OTP codes expire at the time indicated by
expiresAt in the response — if the code has expired before the customer submits it, call this endpoint again to send a new one.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Customer ID
Example:
"customer_f31121c389624d3697cbf3ea8830b7a4"
Body
application/json
Type of verification code to send
Available options:
phone, email Example:
"email"
Last modified on June 18, 2026