Skip to main content
POST
Card details and PIN are both served from a single hosted page. Control which views appear using enabled_views. The returned secure_view_url is ready to use as an iframe src — no additional SDK is required.
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
string
required
The Yativo Card account ID (yativo_card_id) from onboarding.
string
required
The card ID from card creation.
array
Which views to enable. Accepted values: "data" (PAN, CVV, expiry), "pin" (view/set PIN). Omit to show all.
string
Optional unlock code the user must enter before card details are revealed.
object
Optional theme overrides: accent_color, background_color, panel_color, text_color, muted_color, border_radius, font_family, logo_url.
Never cache or log secure_view_url. Always request a fresh token immediately before rendering.

Embedding the URL

See the full integration guide — backend proxy pattern, React/vanilla JS examples, access code flow, and testing — in Secure Card Display.