Yativo Card (Own Account)
Start Card Onboarding
Initiate Yativo Card onboarding for your own account. Generates a wallet, authenticates with the card provider, and sends an OTP to your email.
POST
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
required
Your email address. Yativo sends a one-time verification code here. Must not already be in use by an active card session under your account.
Next Steps
After a201 response, check your email for the OTP and continue:
- Verify OTP —
POST /v1/yativo-card/{yativoCardId}/verify-otp - Get KYC link —
GET /v1/yativo-card/{yativoCardId}/kyc-link - Poll KYC status —
GET /v1/yativo-card/{yativoCardId}/kyc-status - Deploy card wallet —
POST /v1/yativo-card/{yativoCardId}/safe/deploy - Create virtual card —
POST /v1/yativo-card/{yativoCardId}/cards/virtual

