cURL
curl --request PATCH \ --url https://api.sandbox.finsei.com/v2/card/{id}/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'password=12345678AAaa!'
{ "status": "MFA_REQUIRED", "mfaToken": "def456" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0
1
3d-secure password
"12345678AAaa!"
MFA sign required
"MFA_REQUIRED"
"def456"