Yativo Card (Own Account)
Initialize Card Wallet
Initialize the card wallet to enable funding and card creation
POST
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENThe card wallet must be initialized before you can fund it or create cards. This is a one-time setup step that activates the on-chain wallet infrastructure for the card account.For B2B Card Issuer customers use the customer-scoped path:
/v1/yativo-card/customers/{yativoCardId}/safe/deploy. Call this explicitly after KYC approval before proceeding to card creation. Even when the platform deploys the Safe automatically in the background, card creation checks the local DB state — not the card network directly — so this call is needed to sync the record. It is idempotent: if already deployed you will receive "already_deployed": true.
