Accept crypto payments on Invision Community
The CryptoPayr redirect gateway lets members pay in crypto inside Invision Community Commerce (Nexus). Buyers complete payment on the hosted checkout and transactions are approved automatically on confirmation — perfect for memberships, products and donations.
How to accept crypto payments on Invision Community
Follow these steps to start taking Bitcoin, Ethereum, USDT and 110+ other coins.
-
Add the gateway class
Extract the
.tarand copysources/Gateways/CryptoPayr.phpintoapplications/nexus/sources/Gateways/on your server — this is a developer integration; the bundled README walks through the wiring. -
Create the payment gateway
Open Commerce → Payments → Payment Methods and add a new CryptoPayr gateway.
-
Add your API key
Paste the API key from Dashboard → Developers into the gateway settings and save.
-
Members check out in crypto
At checkout, members choose CryptoPayr, pick a coin and pay on the hosted page.
-
Transactions approve automatically
On confirmation, the gateway marks the Commerce transaction approved so access or fulfilment is granted.
Need the full reference? See the API & webhook documentation, or read about the crypto payment gateway.
Requirements & compatibility
- Invision Community 4.x
- Commerce / Nexus enabled
- Ships as a
.tar(gateway class + README, developer install) - A free CryptoPayr account & API key
Frequently asked questions
Does it work for memberships and renewals?
Yes. Any Commerce purchase — products, memberships or donations — can be paid in crypto, and access is granted on approval.
Is it a redirect gateway?
Yes. Members are redirected to the secure hosted checkout, then returned to your community after payment.
Which coins are supported?
Bitcoin, Ethereum, USDT, USDC, BNB and 110+ more, selected by the member.
How is it installed?
It is a developer integration: extract the .tar and copy the gateway class into applications/nexus/sources/Gateways/, then follow the bundled README to wire up the webhook. Comfortable with IPS development? You will be done in minutes.