Update the specified properties of the card. Unsupplied properties will remain unchanged. pin parameter only applies to physical cards.

Note: setting a card to a CLOSED state is a final action that cannot be undone.

Path Params
uuid
required
Body Params
uuid

Only required for multi-account users. Token identifying the account the card will be associated with. Only applicable if using account enrollment. See Managing Accounts for more information.

uuid

The token for the desired FundingAccount to use when making transactions with this card.

string

Friendly name to identify the card.

integer

Amount (in cents) to limit approved authorizations. Transaction requests above the spend limit will be declined.

string

Spend limit duration values:

  • ANNUALLY - Card will authorize transactions up to spend limit in a calendar year.
  • FOREVER - Card will authorize only up to spend limit for the entire lifetime of the card.
  • MONTHLY - Card will authorize transactions up to spend limit for the trailing month. Month is calculated as this calendar date one month prior.
  • TRANSACTION - Card will authorizate multiple transactions if each individual transaction is under the spend limit.
string

Identifier for any Auth Rules that will be applied to transactions taking place with the card.

string

Card state values:

  • CLOSED - Card will no longer approve authorizations. Closing a card cannot be undone.
  • OPEN - Card will approve authorizations (if they match card and account parameters).
  • PAUSED - Card will decline authorizations, but can be resumed at a later time.
string

Encrypted PIN block (in base64). Only applies to cards of type PHYSICAL [beta], UNLOCKED, and DIGITAL_WALLET. See Encrypted PIN Block.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json