A production-ready cryptocurrency payment gateway for Paymenter, integrating directly with the official OxaPay Merchant Invoice API.
This gateway allows customers to pay invoices using cryptocurrency and enables automatic invoice settlement and service provisioning with zero manual intervention.
- Built specifically for Paymenter’s native payment and automation flow
- Uses OxaPay-hosted checkout (no sensitive payment data touches your server)
- Webhook-based confirmation with shared-secret verification
- Designed for real production environments, not demos
- Cryptocurrency payments via OxaPay
- Official OxaPay Merchant Invoice API integration
- Automatic redirect to OxaPay checkout
- Secure webhook verification
- Automatic invoice payment confirmation
- Automatic service & server provisioning via Paymenter
- No manual intervention required
- Clean, lightweight, auditable implementation
- Customer selects OxaPay on the invoice page
- Customer is redirected to OxaPay checkout
- After successful payment:
- Customer is redirected back to the invoice
- OxaPay sends a webhook to Paymenter
- Invoice is marked Paid
- Paymenter automatically provisions the service/server
No polling. No cron jobs. No custom provisioning logic.
- Paymenter v1.4.7 or newer
- PHP 8.1+
- OxaPay Merchant API key
- Webhook secret configured in OxaPay dashboard
If you don’t meet these requirements, don’t install it.
-
Upload the gateway to:
-
Enable OxaPay from the Paymenter admin panel
-
Enter your OxaPay Merchant API key
-
Configure the webhook URL in OxaPay:
-
Set the webhook secret in Paymenter
(It can be a random secure string, but it must match the one set in OxaPay)
If the secrets do not match, payments will not be confirmed. This is intentional.
- Successful OxaPay responses return
result = 100 - Checkout URL is provided as
payLink - Invoice settlement and service provisioning are handled entirely by Paymenter
- No custom server-creation or automation logic is required
This project is provided as-is.
For questions or issues:
- Discord: Nothing_tk
