curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/verify-otp' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"otp": "847291"}'
{
"success": true,
"message": "Email verified successfully",
"data": {
"yativo_card_id": "yativo_card_customer_8f9a..._1769031332068",
"flow_status": "otp_verified",
"next_step": "kyc_link"
}
}
Verify the one-time code sent to the customer’s email address to confirm their identity
curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/verify-otp' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"otp": "847291"}'
{
"success": true,
"message": "Email verified successfully",
"data": {
"yativo_card_id": "yativo_card_customer_8f9a..._1769031332068",
"flow_status": "otp_verified",
"next_step": "kyc_link"
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENyativo_card_id returned by the Onboard Customer endpoint.curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/verify-otp' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"otp": "847291"}'
{
"success": true,
"message": "Email verified successfully",
"data": {
"yativo_card_id": "yativo_card_customer_8f9a..._1769031332068",
"flow_status": "otp_verified",
"next_step": "kyc_link"
}
}