iPintiPint Docs
Integration

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

Plugins documentation

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:

  1. GET /currencies — list supported currencies
  2. GET /prices — get an estimated price in the selected crypto
  3. POST /invoice — create a payment (generates QR)
  4. 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>

Hosted Checkout guide

Getting started

If you haven't already:

  1. Sign up at our account page
  2. Activate your account (compliance review)
  3. Receive your API credentials via email
  4. Start integration with test credentials (email help@ipint.io for test keys)

Quick Start

Questions?

Check our FAQ for frequently asked questions around integration.

On this page