Integration Overview
Three ways to integrate iPint — Plugins, API, or Hosted Checkout.
Choose the integration path that fits your business:
1. Plugins
Our prebuilt plugins for major e-commerce platforms get you integrated in minutes. No code required — install the plugin, enter your API credentials, and start accepting payments.
- WooCommerce — Active
- Shopify — Coming soon
- Magento — Coming soon
- OpenCart — Coming soon
- PrestaShop — Coming soon
- Zen Cart — Coming soon
2. API Integration
For full control, integrate iPint's payment APIs directly into your business for a custom experience. The core workflow uses four endpoints:
GET /currencies— list supported currenciesGET /prices— get an estimated price in the selected cryptoPOST /invoice— create a payment (generates QR)GET /invoice— check payment status
→ API Integration guide · Full API reference
3. Hosted Checkout
Use iPint's hosted checkout experience by redirecting your customer to the payment process URL. iPint handles the entire UI — asset selection, amount entry, QR code, and confirmation.
You can also embed the checkout as a pop-in iFrame instead of redirecting:
<iframe width="1270" height="740" src="payment_process_url"></iframe>Getting started
If you haven't already:
- Sign up at our account page
- Activate your account (compliance review)
- Receive your API credentials via email
- Start integration with test credentials (email help@ipint.io for test keys)
Questions?
Check our FAQ for frequently asked questions around integration.