cURL
curl --request GET \ --url https://api.platnova.com/v1/cards/{id} \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": { "id": "18ee492a-617c-4878-958a-2ee08dc20ff4", "amount": "1904", "created_at": "2025-07-22T14:23:40.634516+01:00", "currency": "ngn", "info": { "provider_id": "1234567890", "provider": 4, "pan": "", "masked_pan": "489928******2417", "last4": "2417", "city": "New York", "state": "NY", "address": "123 Main St", "zip_code": "10001", "cvv": "", "expiry_month": "01", "expiry_year": "2026", "brand": "mastercard", "type": "virtual", "name_on_card": "John Doe", "colors": null, "label": "General", "control": { "limits": null, "channels": null }, "account_provider_id": "" }, "status": "active", "notes": "", "title": "General" }, "error": [], "message": "operation was successful" }
Retrieve a specific card by ID including balance and status.
API key for authentication.
200 - Success
Show child attributes