Skip to content

Permission

Spending permission configuration for a card.

typestring

The type of transaction this permission controls:

  • ECOM - Online transactions
  • POS_CHIP - Physical point-of-sale transactions with chip
  • POS_MAGSTRIPE - Physical point-of-sale transactions with magnetic stripe
  • POS_CONTACTLESS - Physical point-of-sale contactless transactions
  • ATM_WITHDRAWAL - ATM withdrawals
  • MOBILE_WALLETS - Digital wallet payments (Apple Pay, Google Pay)
Enum:"ECOM""POS_CHIP""POS_MAGSTRIPE""POS_CONTACTLESS""ATM_WITHDRAWAL""MOBILE_WALLETS"
Example:"ECOM"
isEnabledboolean

Indicates if this permission type is enabled.

Example:false
isLockedboolean

Indicates if this permission is locked. If locked, the permission cannot be enabled.

Example:false
{ "type": "ECOM", "isEnabled": false, "isLocked": false }