cURL
curl --request POST \ --url https://api.finup.io/backend/accounts/{account_id}/cards \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "filters": { "bin": [ "<string>" ], "status": "[\"Enabled\", \"Canceled\"]", "currency": [ "<string>" ], "category": [ "<string>" ], "balance_from": 123, "balance_to": 123, "search": "<string>" }, "pagination": {} } '
{ "result": { "id": "67c48f6fc8614632e0b338fc", "name": "Approved", "bin_id": "67bcf2abf8e89d31c5f8995e", "notes": "Credit", "status": "Pending", "user": "67aa1b2c3d4e5f6789abcdef", "EXP": "**/**", "account": "67c401f9a5b7cde210f44567", "balance": 50, "deposit": 1000, "withdraw": 500, "spent": 450, "masked_PAN": "1234 56•• •••• ••••", "currency": "EUR", "category": "Business", "created_at": "2025-03-21T14:30:10.123Z", "past_balance": 75, "future_balance": 125 } }
Documentation IndexFetch the complete documentation index at: https://docs.finup.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.finup.io/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Id of account
Body
Show child attributes
Card created successfully