Skip to main content
GET
/
v1
/
card-issuer
/
status
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/status' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "success": true,
  "data": {
    "enrolled": true,
    "status": "approved",
    "funding_structure": "master_wallet",
    "iban_enabled": false,
    "enabled_chains": ["SOL"],
    "max_cards": 500,
    "daily_funding_limit": 50000,
    "monthly_funding_limit": 500000,
    "approved_at": "2026-04-01T12:00:00.000Z"
  }
}

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.

Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/status' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "success": true,
  "data": {
    "enrolled": true,
    "status": "approved",
    "funding_structure": "master_wallet",
    "iban_enabled": false,
    "enabled_chains": ["SOL"],
    "max_cards": 500,
    "daily_funding_limit": 50000,
    "monthly_funding_limit": 500000,
    "approved_at": "2026-04-01T12:00:00.000Z"
  }
}

Status Values

StatusMeaning
pendingApplication under review — typically 1–2 business days
approvedProgram is live — you can onboard customers and issue cards
rejectedApplication declined — contact support
suspendedProgram temporarily suspended