GET
/
cards
/
{card_id}
curl --request GET \
  --url https://api.finup.io/cards/{card_id} \
  --header 'x-api-key: <x-api-key>'
{
  "result": {
    "id": "67aa1234567890abcdef1234",
    "created_at": "2025-01-15T10:30:45.123Z",
    "updated_at": "2025-06-20T16:45:30.789Z",
    "member": "67bb0987654321fedcba5678",
    "user": "67cc112233445566778899aa",
    "account": "67dd2233445566778899bbaa",
    "PAN": "1234567812345678",
    "EXP": "12/30",
    "CVV": "123",
    "masked_PAN": "1234 56•• •••• 5678",
    "name": "Virtual Card",
    "balance": 100,
    "deposit": 4500.5,
    "withdraw": 1200.75,
    "spent": 3300.25,
    "status": "Active",
    "currency": "USD",
    "currency_short_name": "USD",
    "future_balance": 150,
    "past_balance": 200,
    "category": "Business",
    "bin_id": "67ee33445566778899aabbcc",
    "3ds": true
  }
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

card_id
string
required

Mongo ID of the card

Response

201
application/json
Card created successfully
result
object