Cards
Get individual card PAN and CVV
Retrieve the sensitive card data (PAN and CVV) of an individual card.
GET
Returns the full card number (PAN) and verification code (CVV/CVC) of an individual card issued via Rain. Requires an API key with access level 2 or higher.
Responses are returned with
Cache-Control: no-store — do not cache or persist these values.
Path parameters
string
required
Individual card identifier.
Response
string
Full card number (PAN).
string
Card verification code (CVC/CVV).

