Elements
Ozura Elements are embeddable UI components that let you collect card (and other payment) data on your own site while keeping sensitive data off your servers. The Elements SDK runs in the browser and talks to Vault to create tokens—you never see raw card numbers.How It Works
- Load the SDK on your page with your Vault pub key.
- Render Elements (card number, expiry, CVC, etc.) in your form.
- Submit — the SDK tokenizes with Vault and returns a token (and optional CVC session) to your backend.
- Use the token with the Vault API (e.g. proxy) or PayAPI to process payments.
When to Use Elements
- You want the payment form to live on your domain and match your brand.
- You need full control over layout and UX (e.g. custom checkout, saved cards).
- You’re comfortable integrating a client-side SDK and handling the tokenization flow.
Next Steps
- Get your Vault pub key from the Ozura Dashboard (or Vault dashboard).
- Integrate the Elements SDK and render your first card field.
- Use Vault API for proxy and token management.