Request a PIN change
POST {{baseUrl}}/pins/change
Changes the personal identification number (PIN) of a specified card. To make this request, your API credential must have the following role: * Bank Issuing PIN Change Webservice role
Request Body
{"paymentInstrumentId"=>"PI6789678967896789", "encryptedKey"=>"75989E8881284D10153ABACF022EEA09F5...", "encryptedPinBlock"=>"63E5060591EF65F48DD1D4FECD0FECD5", "token"=>"5555341244441115"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"completed"}