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

KeyDatatypeRequiredDescription
purposestringThe purpose of the public key. Possible values: pinChange, pinReveal, panReveal. Default value: pinReveal.
formatstringThe encoding format of public key. Possible values: jwk, pem. Default value: pem.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring