Returns the current status and details of card orders. If card_id is provided, returns a single card. If omitted, returns all cards for the authenticated user.
Card details take ~7-10 seconds to become available after ordering. Poll every 2-3 seconds until status is "ready", then read card_details.
Requires a Bearer token from /auth, /get-card, or /send-payment.
ID token from /auth or /get-card
The card ID returned from /get-card. If omitted, returns all cards for the user.
Card status and details. Returns a single CardData object when card_id is provided, or { "cards": CardData[] } when omitted.
Response from /get-card-data. When status is ready, card_details contains the card number, CVV, and expiry.
"US"
Unix timestamp (ms) of the last time card data was refreshed.
pending, ready Only present when status is ready.
Card transaction history.