/cardsCreate a card
Creates a Card belonging to an Account. Supply the required account_id and optionally configure its billing address, cardholder, description, digital wallet contact details, Entity, and authorization controls. The response includes the created Card's identifier, status, expiration, and non-sensitive card details.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Card details. account_id is required; billing address, cardholder name, description, digital wallet contact details, Entity, and authorization controls are optional.
account_id is required. If supplied, billing_address must include line1, city, state, and postal_code, and cardholder_name must include first and last; each supplied address or name value must meet its stated length limits. description must contain 1 to 200 characters, and digital_wallet.email must be a valid email address.