Skip to main content
POST
/
v1
/
details-tokens
/
{token}
/
redeem
Redeem details token for PAN/CVV
curl --request POST \
  --url https://api.ledger.so/v1/details-tokens/{token}/redeem \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fingerprint": {
    "extensionId": "<string>",
    "deviceHash": "<string>"
  }
}
'
{
  "pan": "4111111111111111",
  "cvv": "123",
  "expirationMonth": "12",
  "expirationYear": "2025",
  "last4": "1111"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

token
string
required

The detailsToken from the /details response

Body

application/json
fingerprint
object

Optional device/extension fingerprint for enhanced security

Response

Full card credentials

Response for rawPan mode - returns full credentials directly

accessEventId
string
required

ID of the credential access event for audit trail

pan
string
required

Full card number

cvv
string
required

Card verification value

expirationMonth
string
required

Two-digit expiration month

expirationYear
string
required

Four-digit expiration year

last4
string
required

Last 4 digits of card number

exposureMode
enum<string>

The credential exposure mode

Available options:
rawPan