cURL
curl --request PUT \ --url https://api.sandbox.sudo.cards/cards/{id}/pin \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "oldPin": "<string>", "newPin": "<string>" }'
"{}"
Change PIN for a specific card. Only available for Verve virtual cards at the moment.
The _id of the card to update.
_id
200
The response is of type object.
object