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"
} |
ENDPOINTS