Payments
Crypto Payments — Hosted checkout & API for 110+ coins White Label — Your brand on the entire payment flow Processing — Auto-convert, withdrawals & controls Payouts — Mass crypto payouts by API or file Platform — Marketplace payments & commissions
Swap Plugins Affiliate Pricing Blog Docs Contact
Sign in
All articles

How to Accept Crypto Payments on Invision Community

Running a forum on Invision Community and selling memberships or products through Commerce? You can add crypto as a payment method without writing your own gateway. Here is the setup, step by step.

CryptoPayr Jun 7, 2026 3 min read

If you run a community on Invision Community and sell anything through Commerce (memberships, upgrades, downloads, physical products), you can let members pay in crypto alongside your existing methods. The CryptoPayr gateway plugs into Commerce as a redirect payment method, so members check out on a hosted page and the sale gets approved from a signed webhook. No card data touches your forum, and there are no chargebacks to deal with later.

What you need first

This is built for Invision Community 4.x with Commerce (the application formerly called Nexus). You also need a CryptoPayr account and your API key, which lives under Developers in your dashboard. Have that key handy before you start.

Step 1: Add the gateway file

The integration is a single gateway class. Copy CryptoPayr.php into your Commerce gateways folder:

applications/nexus/sources/Gateways/CryptoPayr.php

If you would rather not edit application files directly, you can include the same class from a small plugin or app of your own. Either way the result is that Commerce can see a gateway called CryptoPayr.

Step 2: Create the payment method

In the Admin Control Panel, go to Commerce, then Payments, then Payment Methods, and add a new method of type CryptoPayr. This is the same screen where your other methods live, so members will see crypto listed next to them at checkout.

Step 3: Paste your key and base URL

In the method settings, enter your CryptoPayr API key and the API base URL (https://cryptopayr.com). Save it. That is the connection made. You can set the usual Commerce options like which currencies and customer groups the method is available to, the same as any other gateway.

How a purchase flows

Once it is live, here is what happens when a member buys something:

  1. They pick CryptoPayr at checkout. Commerce calls POST /api/v1/payment/create behind the scenes and sends the member to the returned checkout page.
  2. On the hosted checkout they choose a coin and network, see the locked rate, and pay from their wallet.
  3. When the payment confirms, CryptoPayr POSTs a signed webhook (an X-CryptoPayr-Signature header, which is an HMAC-SHA256 of the body keyed with your API key). The gateway checks the signature and approves the invoice in Commerce.
  4. The member is marked paid, their membership or order activates, and you have the funds in your balance.

Because approval comes from the verified webhook rather than the redirect, a member closing the tab early does not leave you with a half-finished order. The sale completes when the money actually lands.

Test it before you announce it

Set up a cheap product or a small membership tier and run a real purchase through it yourself. Confirm the member gets sent to checkout, the payment approves the invoice, and the funds show in your dashboard. When that round trip works, switch it on for everyone.

One note: this is a developer integration aimed at IPS 4.x, so check it against your exact version before you put it in front of paying members. The gateway file and install notes ship in the plugin, and the underlying calls are the same ones documented in the API reference. Browse all the ready-made integrations on the plugins page, then create an account and add crypto to your community.

Start accepting crypto today

Open a free CryptoPayr account and take your first crypto payment the same day.

Get started for free

Keep reading

🎨 Guides

What Is a White-Label Crypto Payment Gateway?

A white-label gateway lets you offer crypto payments — or a full exchange — under your own brand. Here is what that means and how CryptoPayr makes it possible.

Jul 12, 2026 · 2 min Read →
🔌 Guides

Webhooks and Idempotency: Building a Reliable Crypto Integration

A short, practical guide for developers: how to verify CryptoPayr webhooks, handle retries safely with idempotency, and never double-fulfil an order.

Jul 8, 2026 · 2 min Read →
🛡️ Guides

How Crypto Payments Eliminate Chargebacks

Chargebacks cost online businesses billions a year. Here is why crypto payments remove them entirely — and what that means for your margins and your stress levels.

Jun 25, 2026 · 2 min Read →