Physical Card
Swipe
Update PIN
put/cards/{cardId}/pin
Path parameters
cardIdstring uuid required
The unique identifier for the card for which you want to update the PIN.
Headers
Accept-Versionstring required
Specifies the API version to use for this request.
Request body
Example request
{
"pin": "2536"
}Response
Return updated PIN
Example response
{
"pin": "2536"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.