Skip to main content
Ozura Checkout is a hosted, PCI-compliant payment page. Your server creates a session, the customer pays on our secure page, and we redirect them back to your site. You never touch credit card data.

There Are 2 Ways to Integrate


How It Works


What You’ll Need

Before you start, gather these credentials:
CredentialWhere to FindWhat It’s For
Vault API KeyProvided at signupPut in X-API-KEY header (authenticates with secure card storage)
Merchant API KeyDashboard → Settings → API KeysPut in X-OZURA-API-KEY header (identifies your account)
Merchant IDDashboard → Settings → AccountPut in request body as merchantId
Don’t have your Vault API Key? This was provided when you first signed up. If you didn’t save it, contact Ozura support. Don’t have an Ozura account? Contact the Ozura sales team to get started.
Coming from OzElements? If you’ve been using OzElements to tokenize cards directly and are wondering what to do with your Vault Pub Key (X-Pub-Key) — you don’t need to worry about it here. Checkout handles tokenization and pub key authentication internally. You only need the three credentials listed above.

Capabilities

FeatureDescription
Simple PaymentsCharge a flat amount (e.g., $25.00)
Itemized CartShow product images, quantities, and discounts
Donation ModePreset amount buttons with optional custom input
Payment LinksShareable URLs for email, social media, or invoices
Display ModesRedirect, popup, iframe, or new tab
Custom BrandingMatch checkout to your brand colors and logo
Multi-CurrencyAccept payments in USD, EUR, GBP, CAD, and more

I Want To…

QuestionAnswer
Accept my first payment quicklyQuickstart
Understand all session creation optionsCreate a Session
Choose redirect, popup, iframe, or new tabIntegration Modes
Handle success, errors, and cancellationsHandle the Result
Create shareable payment URLsPayment Links
Accept donationsDonation Mode
Match checkout to my brandCustomize Appearance
See supported currenciesCurrencies
Test before going liveTesting Guide
Keep my integration secureSecurity Best Practices
See the full endpoint referenceAPI Reference
Fix an errorTroubleshooting
Understand error codes and retry logicError Handling

Quick Reference