Skip to main content
Schema2020-08-27object

issuing.card

You can [create physical or virtual cards](https://stripe.com/docs/issuing/cards) that are issued to cardholders.

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

IssuingCardAuthorizationControls

object
allowed_categories array
optionalnullable

Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.

blocked_categories array
optionalnullable

Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.

spending_limits array
optionalnullable

Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).

spending_limits_currency string
optionalnullable

Currency of the amounts within `spending_limits`. Always the same as the currency of the card.