Skip to main content
POST
/
cards
Issue cards
curl --request POST \
  --url https://api.finup.io/backend/cards \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "bin_id": "67c401f9a5b7cde210f44567",
  "name": "Marketing card"
}
'
{
  "result": [
    {
      "id": "67c48f6fc8614632e0b338fc",
      "name": "Marketing card",
      "bin_id": "67bcf2abf8e89d31c5f8995e",
      "notes": "Credit",
      "status": "Active",
      "user": "67aa1b2c3d4e5f6789abcdef",
      "EXP": "**/**",
      "account": "67c401f9a5b7cde210f44567",
      "balance": 50,
      "deposit": 1000,
      "withdraw": 500,
      "spent": 450,
      "masked_PAN": "1234 56•• •••• 5678",
      "currency": "USD",
      "category": "Business",
      "created_at": "2023-11-07T05:31:56Z",
      "PAN": "1234567812345678",
      "CVV": "123",
      "3ds": true,
      "address": "2381 Zanker Rd Ste 110, San Jose, CA, 95131, US"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json
bin_id
string
required
Example:

"67c401f9a5b7cde210f44567"

name
string
required
Example:

"Marketing card"

user_id
string
Example:

"67fc3d09766d7a2c1fafef99"

notes
string
Example:

"Q3 campaigns"

balance_threshold
number
Example:

25

top_up_amount
number
Example:

100

quantity
integer
Example:

1

amount
integer
Example:

100

promo
string
Example:

"WELCOME"

Response

Success

result
object[]
required