View card sensitive details

Retrieve encrypted sensitive card details, such as cvv and card_number.

Security Requirements:

  1. Generate RSA key pair (2048-bit minimum).

  2. Base64-encode the PEM-formatted public key, including the
    -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY-----
    markers and the newlines between them.

  3. Send encoded public key in X-Client-Public-Key header.

  4. Server returns cvv and card_number encrypted with your
    public key.

  5. Decrypt response using your private key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the card to retrieve sensitive details for

Body Params
Headers
string
required

Base64-encoded PEM-formatted RSA public key used to encrypt the response. Encode the entire public.pem file contents, including the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- markers and the newlines between them.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json