Request a PIN block
POST {{baseUrl}}/pins/reveal
Returns an encrypted PIN block that contains the PIN of a specified card. You can use the decrypted data to reveal the PIN in your user interface. To make this request, your API credential must have the following role: * Bank Issuing PIN Reveal Webservice role
Request Body
{"paymentInstrumentId"=>"PI3227C223222B5BPCMFXD2XG", "encryptedKey"=>"75989E8881284D10153ABACF022EEA09F5..."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"encryptedPinBlock":"63E5060591EF65F48DD1D4FECD0FECD5","token":"5555341244441115"}