Card

Create card

POST/issuing/cards

Create a new card with a required card_account_id parameter.

Body Parameters

authorized_user_entity_id

stringRequired

The ID of the person entity authorized to use this card

card_account_id

stringRequired

The ID of the card account to create the card under

card_authorization_policy_id

stringOptional

Optional card authorization policy ID for the card

card_template_id

stringOptional

Optional card template ID to use for the card. The template must belong to the card account's card program

encrypted_pin

stringOptional

Base64-encoded encrypted PIN

expiration_month

integerOptional

Optional expiration month (1-12)

expiration_year

integerOptional

Optional expiration year (4-digit year, e.g. 2025)

shipping_details

objectOptional

Shipping address and contact information for physical card delivery. Required when type is physical See Shipping details sub-object.

status

stringOptional

Optional initial status for the card

type

stringRequired

The form factor of the card. Possible values: virtual, physical