Skip to main content
Schema2020-08-27object

issuing.authorization

When an [issued card](https://stripe.com/docs/issuing) is used to make a purchase, an Issuing `Authorization` object is created. [Authorizations](https://stripe.com/docs/issuing/purchases/authorizations) must be approved for the purchase to be completed successfully. Related guide: [Issued Card Authorizations](https://stripe.com/docs/issuing/purchases/authorizations).

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.