Embedded Checkout
Apart from Hosted Checkout and Overlay Checkout, you can also Embed the whole checkout flow directly inside your Software, Website or App.

In order to implement Embedded Checkout, simply navigate to Checkout Elements on the left of the Dashboard:

You can now see a list of all Checkout Elements. Create a new one or edit previous ones:

That's it - no coding required. Only Copy and Paste the HTML code.
This is an example HTML script that will be copied:
// Embedded Checkout HTML code
<div id="target-element-id" style="max-width: 800px;
height: 900px;">
</div>
<script src='https://cdn.jsdelivr.net/npm/@fungies/[email protected]'
defer data-auto-init data-auto-display-checkout
data-fungies-checkout-url='https://aceedz.com/checkout-element/ef42a016-1e61-417d-9885-4b5bdde69349'
data-fungies-mode='embed' data-fungies-frame-target='target-element-id'>
</script>
You can play around with the script like changing the Width and the Height of the code.
Last updated