Issue a new card

Creates and issues a new physical or virtual card for a customer. This endpoint handles both debit and credit cards, supports custom card designs, delivery addresses, and limit configurations. The card will be created in the banking provider system.

Business Context: Used when issuing a card to a user or creating a company card. The card details returned are displayed in the frontend application. Supports multi-company scenarios where different merchants can issue cards.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the customer (top-level entity)

Body Params

Card issuance request containing all necessary information to create a new card

Base limit fields that can be set on cards. This extends AdditionalParams, allowing additional custom limit properties.

int32

Daily spending limit - STANDARD PROPERTY

int32

Monthly spending limit - STANDARD PROPERTY

number

Per-transaction spending limit - STANDARD PROPERTY

double

Total lifetime spending limit - STANDARD PROPERTY

double

Minimum transaction limit - STANDARD PROPERTY

double

Minimum transaction limit for physical business cards - STANDARD PROPERTY

string
required

ID of the account to which the card will be linked - REQUIRED

string
enum
Defaults to DEBIT

Funding type of the card. Defaults to DEBIT when omitted. Extensible; current supported values are DEBIT and CREDIT.

Allowed:
string

Company/merchant identifier

string

User to whom the card will be issued

boolean
Defaults to false

Whether to issue a physical card (true) or virtual card (false)

string
length ≤ 21

Cardholder name to be printed on the card (max 21 characters)

string

Name for card delivery (required for physical cards)

cardDeliveryAddress
object
cardBillingAddress
object
int64

Cardholder date of birth (epoch timestamp)

phone
object
string

Cardholder email address

string

Cardholder first name

string

Cardholder last name

string

Card programme/tier (e.g., STANDARD, PREMIUM)

string

Card design template identifier

string

Card currency (ISO 4217)

boolean

Whether the card should be read-only (for direct debit)

string

Billing account ID for credit cards

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json