Skip to main content

Change Card PIN

...

PostChange Card PIN

https://base_url/api/v1/card/6796ac250c599f3f8c844735/change-pin

Code

https://base_url/api/v1/card/6796ac250c599f3f8c844735/change-pin
AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"oldPin": "5321",
"newPin": "5311"
}

Code

{
"oldPin": "5321",
"newPin": "5311"
}

Example Request

Change Card PIN

Code

Example Response

200 OK

Code