Update card
Update a card
Authorizations
Authentication from public API requests
Path Parameters
Body
active
, paused
, inactive
, closed
Explicitly set this value to null to remove the card from a group. Omitting this field entirely will not affect the group the card belongs to.
Explicitly set this value to null to remove all card level spending constraints.
Explicitly set this value to null to remove the attached avs address.
Arbitrary information that can be attached to the card. This should be a JSON object and cannot exceed 4kb.
Response
The account that this card is associated with
The last 4 digits of the card number
The name assigned to the card that appears on the user dashboard
The month the card expires formatted as MM (01, 02, ..., 12)
The year the card expires formatted as YYYY (2024, 2025, ...)
The status of the card
active
, paused
, inactive
, closed
When true, a physical card has been issued. Otherwise, this is a virtual card.
When true, the card will be automatically closed after a single authorization attempt. Note that the card will be closed even if the authorization declines or drops
This field contains the full PAN which will only be sent on a request for a single card when you set the query param "include_pan" to "true"
This field will contain full CVV which will only be sent on a request for a single card when you set the query param "include_pan" to "true"
The card group the card belongs to.
The spending constraint applied to the card
The avs address locked applied to this card
Arbitrary information that can be attached to the card. See the PATCH /card/{cardId}
endpoint for more details on how to add user data.