Skip to main content
POST
Reveal PAN

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

id
string<uuid>
required

Response

Encrypted card details response

encryptedData
string
required

Base64-encoded ciphertext of the card details JSON ({ pan, cvv, expiryDate }), encrypted per the encryption scheme. Decrypt with the private half of the RSA key pair registered with Reap.

encryption
enum<string>
required

Encryption scheme of encryptedData

Available options:
RSA_OAEP_SHA1
Example:

"RSA_OAEP_SHA1"