Skip to main content
GET
/
v1
/
cards
/
{card_id}
/
reveal
Reveal card details
curl --request GET \
  --url https://api.platnova.com/v1/cards/{card_id}/reveal \
  --header 'X-API-KEY: <api-key>'
{
  "status": true,
  "data": {
    "number": "4899281234562417",
    "cvv": "567"
  },
  "error": [],
  "message": "operation was successful"
}

Documentation Index

Fetch the complete documentation index at: https://docs.platnova.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Retrieve sensitive card details including the full card number and CVV. This endpoint is rate limited for security purposes and should only be called when you need to display card details to the cardholder.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

card_id
integer
required

unique id of a card

Response

200 - Success

status
boolean
data
object
error
any[]
message
string