Update a card

This endpoint allow you update the owner, display name and spend restrictions of a card.

Path Params
string
required
Body Params
uuid | null

Specify a card program to link with.
This will override the card's spending restrictions with those of the card program.
Pass card_program_id = None to detach the card's current card program.

        If the card_program_id field is specified, then the card program's changes will override any other changes.
        For example, if both spending_restrictions and card_program_id are passed, then the new spending restrictions
        will match those of the card program (not the passed spending restrictions).
        
string

Cosmetic display name of the card.

boolean

Flag to set to enable or disable notifications.

uuid | null

Specify id for new card owner.

spending_restrictions
object

Modify spending restrictions. Only the fields to be modified need to be passed (so fields that will stay the same do not have to be passed).

Responses
204

Update a single card

400

raises CardInvalidInput

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!