Skip to main content
GET
Get card secrets (PAN and CVC)
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
This endpoint returns the full card number and CVC. Store these values securely and never log them. Handle them like your own card credentials.
Secrets are never returned while the card is locked.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cardId
string

Target a specific card (Rain card id) instead of the primary card.

Response

Card secrets returned successfully.

cardId
string<uuid>
required
last4
string
required
Example:

"8567"

cardNumber
string
required

Full PAN.

Example:

"4111111111111111"

cvc
string
required

Card verification code.

Example:

"123"