Skip to main content
GET
/
cards
/
virtual-cards
/
{cardId}
/
pan-html
curl -X GET "https://api.cryptomate.me/cards/virtual-cards/card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/pan-html" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "url": "https://api.cryptomate.me/cards/pan/abc123-secure-token"
}
Retrieves a secure URL to view the card’s Primary Account Number (PAN), CVV, and expiration in an HTML page. Requires an API key with access level 2 or higher.

Path parameters

cardId
string
required
Card identifier.

Response

url
string
URL to access the card PAN information.
curl -X GET "https://api.cryptomate.me/cards/virtual-cards/card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/pan-html" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "url": "https://api.cryptomate.me/cards/pan/abc123-secure-token"
}