Skip to content

Unblock PIN for a physical card

Request

Physical cards can be marked as pinBlocked if there are too many failed PIN attempts.

Use this operation to unblock a PIN so that the card can be used again.

Security
auth_token and api-key
Path
idstring^[0-9]+$required
curl -i -X PATCH \
  'https://sandbox.weavr.io/multi/managed_cards/{id}/physical/pin/unblock' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Success - No Content.

Headers
request-refstringrequired

A request identifier. Providing this reference when contacting our support team will help us investigate your query.

Response
No content