Card

Create

This request is used by the bank backend to request the creation of a card (virtual or physical) with the processor.

post/v2/issuers/{issuerId}/cards

Request body

consumerIdstring required

Unique identifier of the end user.

cardProductIdstring required

Unique identifier of the type of card (defined during the onboarding of D1)

state'ACTIVE' | 'INACTIVE'

The state of the card<br/>If not provided, the card is considered ACTIVE

namestring required

Name of the card holder as it will be printed/embossed on the card.<br/>For virtual card this value will be used exclusively for card display.<br/>Empty string supported.

secondNamestring

Optional second card holder name as it will be printed/embossed on the card under the first card holder name.<br/>Not used in case of virtual card.

statusReasonstring

This indicates the state of the card once it's created

Response

Successful card creation

cardIdstring required

Unique identifier of the card.

Changes

No recorded changes to this endpoint across all 1 revision of this API.