Generate a short-lived hosted URL that displays sensitive card data (PAN, CVV, expiry, PIN) to the cardholder — no SDK integration required
Yativo hosts the card data page and handles all cryptography internally. Your backend requests a URL, then passes it to your customer via your app, an email, or an iframe. The cardholder opens it in any browser or WebView.Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
pin_set — the last known state from the physical.card.pin.changed webhook (not from the Gnosis API). Use it to decide whether to prompt the cardholder to set their PIN. To show the PIN setup or change form, request enabled_views: ["pin"]. Your theme customization applies to the PIN page as well.Bearer YOUR_ACCESS_TOKENyativo_card_id."data" (PAN, CVV, expiry) and "pin". Defaults to ["data", "pin"].true, the cardholder must enter a code before card data is revealed.require_access_code.| Field | Type | Description |
|---|---|---|
accent_color | string | Hex color for buttons and highlights |
background_color | string | Page background |
panel_color | string | Card panel background |
text_color | string | Primary text |
logo_url | string | Your logo shown at the top |
border_radius | number | Corner radius in px (8–36) |
font_family | string | CSS font-family string |