Create a card

View as Markdown

Issues a virtual card for a card holder. bin must be a value from GET /v1/card-bins. The limit fields are optional but must be provided together.

Authentication

X-API-Keystring
Your partner API key.

Headers

X-Company-IdstringRequired

The company you are acting for (a company ULID).

Request

This endpoint expects an object.
cardHolderIdstringRequired
namestringRequired<=50 characters
categoryenumRequired

The card category (case name).

binstringRequired

A BIN from GET /v1/card-bins.

descriptionstringOptional<=255 characters

Response

Card created (issuing continues asynchronously)

cardobjectOptional

Errors

422
Unprocessable Entity Error