- Embedded Checkout - Display the checkout directly within your page using an iframe
- Hosted Checkout - Redirect customers to a Fungies-hosted checkout page
Integration Methods
JavaScript SDK (Embedded)
Use the Fungies JavaScript SDK to embed checkout directly in your website:HTML Data Attributes (Embedded)
For simpler integrations, use HTML data attributes:Query Parameters (Hosted Checkout)
For hosted checkout pages, pass customer data via URL query parameters:When to Use Each Method
| Method | Best For |
|---|---|
| SDK (Embed) | Single-page apps, custom UX, keeping users on your site |
| SDK (Overlay) | Quick integration, modal checkout experience |
| HTML Attributes | Static sites, no-code solutions |
| Query Parameters | Email campaigns, external links, redirects |