Skip to main content

Change card status

PATCH 

/wallet/:walletId/cards/:cardId/status

Change the card status between active | disabled

Request

Path Parameters

    walletId stringrequired

    Wallet ID

    cardId stringrequired

    Card ID

Body

required

Input parameters for changing card status

    status stringrequired

    Possible values: [active, disabled]

Responses

Created

Schema
    eventId string
Loading...