Card
Create card
POST/issuing/cards
Create a new card with a required card_account_id parameter.
Body Parameters
authorized_user_entity_id
stringRequiredThe ID of the person entity authorized to use this card
card_account_id
stringRequiredThe ID of the card account to create the card under
card_authorization_policy_id
stringOptionalOptional card authorization policy ID for the card
card_template_id
stringOptionalOptional card template ID to use for the card. The template must belong to the card account's card program
encrypted_pin
stringOptionalBase64-encoded encrypted PIN
expiration_month
integerOptionalOptional expiration month (1-12)
expiration_year
integerOptionalOptional expiration year (4-digit year, e.g. 2025)
shipping_details
objectOptionalShipping address and contact information for physical card delivery. Required when type is physical See Shipping details sub-object.
status
stringOptionalOptional initial status for the card
type
stringRequiredThe form factor of the card. Possible values: virtual, physical