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
}
}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
}
}API key for authentication
Id of account
Body
Show child attributes
List of allowable BINs.
Enabled, Closed, Closing, Freezing, Unreezing, Freezed, Processing, Blocked "[\"Enabled\", \"Canceled\"]"
A list of allowable currencies. Pass the currency ID.
A list of allowable categories.
A filtering parameter that specifies the minimum balance value. Only objects with balance exceeding this value are returned
A filtering parameter that specifies the maximum balance value. Only objects with balance that do not exceed this value are returned
Parameter that searches by substring.
Card created successfully
Show child attributes
"67c48f6fc8614632e0b338fc"
"Approved"
"67bcf2abf8e89d31c5f8995e"
"Credit"
"Pending"
"67aa1b2c3d4e5f6789abcdef"
"**/**"
"67c401f9a5b7cde210f44567"
50
1000
500
450
"1234 56•• •••• ••••"
"EUR"
"Business"
"2025-03-21T14:30:10.123Z"
75
125