Skip to main content
Phone verification is required before card creation. There are two endpoints:
  1. POST /v1/yativo-card/customers/:yativoCardId/phone/request-verification — send OTP to phone
  2. POST /v1/yativo-card/customers/:yativoCardId/phone/verify — verify the OTP

Request Phone Verification

Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
yativoCardId
string
required
The customer’s yativo_card_id.
phoneNumber
string
required
Customer’s phone number in international format (e.g. +14155552671).

Verify Phone Number

yativoCardId
string
required
The customer’s yativo_card_id.
code
string
required
The OTP code received via SMS.