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",
    "visibility": "visible",
    "funding_structure": "master_wallet",
    "preferred_chain": "SOL",
    "enabled_chains": ["SOL"],
    "iban_enabled": false,
    "card_reissue_enabled": false,
    "master_wallets": {
      "sol": {
        "address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgHkv",
        "balance": 1024.50
      },
      "xdc": null,
      "usdc": { "balance": 8200.00, "last_balance_check": "2026-05-12T14:00:00.000Z" },
      "eur":  { "balance": 3100.00, "last_balance_check": "2026-05-12T14:00:00.000Z" },
      "gbp":  { "balance": 950.00,  "last_balance_check": "2026-05-12T14:00:00.000Z" }
    },
    "stats": {
      "total_cards_issued": 87,
      "total_funded_amount": 142350.00,
      "total_transfer_fees_paid": 284.70
    },
    "limits": {
      "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",
    "visibility": "visible",
    "funding_structure": "master_wallet",
    "preferred_chain": "SOL",
    "enabled_chains": ["SOL"],
    "iban_enabled": false,
    "card_reissue_enabled": false,
    "master_wallets": {
      "sol": {
        "address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgHkv",
        "balance": 1024.50
      },
      "xdc": null,
      "usdc": { "balance": 8200.00, "last_balance_check": "2026-05-12T14:00:00.000Z" },
      "eur":  { "balance": 3100.00, "last_balance_check": "2026-05-12T14:00:00.000Z" },
      "gbp":  { "balance": 950.00,  "last_balance_check": "2026-05-12T14:00:00.000Z" }
    },
    "stats": {
      "total_cards_issued": 87,
      "total_funded_amount": 142350.00,
      "total_transfer_fees_paid": 284.70
    },
    "limits": {
      "max_cards": 500,
      "daily_funding_limit": 50000,
      "monthly_funding_limit": 500000
    },
    "approved_at": "2026-04-01T12:00:00.000Z"
  }
}

Response fields

FieldDescription
enrolledWhether you have submitted an application
statusCurrent program status (see below)
funding_structuremaster_wallet — you fund customers from your master wallet; non_master — customers fund themselves
preferred_chainSource chain used for master-wallet funding (SOL or XDC)
enabled_chainsSource chains enabled for your program
master_walletsPresent when funding_structure is master_wallet. sol/xdc are source wallets; usdc/eur/gbp are settlement wallets for customer card funding
stats.total_cards_issuedTotal cards issued across all customers
stats.total_funded_amountCumulative amount funded to customers
stats.total_transfer_fees_paidCumulative transfer fees incurred
limits.max_cardsMaximum customer cards allowed under your program
limits.daily_funding_limitMaximum daily funding volume
limits.monthly_funding_limitMaximum monthly funding volume

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