Get an RSA public key
GET {{baseUrl}}/publicKey
Get an RSA public key to encrypt or decrypt card data. You need the RSA public key to generate the encryptedKey required to: - Change a PIN. - Reveal a PIN. - Reveal a PAN.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
purpose | string | The purpose of the public key. Possible values: pinChange, pinReveal, panReveal. Default value: pinReveal. | |
format | string | The encoding format of public key. Possible values: jwk, pem. Default value: pem. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |