Logo
Adyen APIs API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "encryptedPinBlock": "63E5060591EF65F48DD1D4FECD0FECD5", "token": "5555341244441115" }



Curl
curl -X POST 'https://balanceplatform-api-test.adyen.com/bcl/v2/pins/reveal' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"paymentInstrumentId":"PI3227C223222B5BPCMFXD2XG","encryptedKey":"75989E8881284D10153ABACF022EEA09F5..."}'

ENDPOINTS