GuidesIntegrate Checkout Button

Integrate the Checkout Button

Step-by-step guide to add the Apara Checkout button.

Overview

Quickly add Apara Checkout to your website.

Steps

Add the Script

<script src="https://cdn.apara.com/checkout.js"></script>

Insert the Button

<button id="apara-checkout">Pay with Apara</button>

Initialize Checkout

AparaCheckout.init({
  apiKey: 'YOUR_API_KEY',
  amount: 1000,
  currency: 'USD',
  buttonId: 'apara-checkout'
});