put https://platform-api.sandbox.testessential.net/card-holder/v1/cards//pin
This endpoint is used to set or reset the PIN of a specific card, identified by the cardId path parameter. It may return a new PIN or an encrypted object that must be decoded using the user's secret phrase.
Key Notes
Card PIN Requirements:
- 4 digits;
- no more than two repeated digits in a row (e.g.,
1112
is not allowed;1122
is allowed).