v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Security

Update PIN

PIN Code Rules

  1. Length<br> The PIN must be exactly 6 digits.

  2. No repeated digits<br> It must not contain any sequence of three identical digits.<br> Not allowed: 111, 222, 999

  3. No sequential digits<br> No three consecutive increasing or decreasing digits.<br> Examples not allowed: 123, 234, 789, 890, 098, 321

put/open-api/v3/cards/{id}/pin

Path parameters

idstring required

The UUID of the Card.

Request body

pinstring required

The pin code used for transaction PIN and ATM PIN. Pin can be 6 digits long.

accountIdstring required

The UUID of the Account.

Response

OK

codestring

Return code

messagestring

Error message