v1
latestOpenAPI 3.0.02026-08-04620256.0 KBPhysical 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"
}