Arnax BTC Payment gateway for Bitcoin and cryptocurrency is a powerful WordPress plugin that seamlessly integrates your WordPress site or WooCommerce store with a Bitcoin Payment System. Accept Bitcoin, Lightning Network, and other cryptocurrency payments with ease. Perfect for merchants looking to accept cryptocurrency payments securely and efficiently.
Contributions are welcome! Please follow WordPress coding standards and best practices.
If you discover a security vulnerability, please contact us through https://arnax.net instead of using the issue tracker.
This plugin connects to external Bitcoin Payment System API services to process payments and manage payment data. The following information describes what data is sent, when, and where.
What the service is and what it is used for:
The plugin connects to the Arnax Bitcoin Payment System API to create payment invoices, check payment status, and receive payment notifications via webhooks. This service is essential for processing Bitcoin and Lightning Network payments.
What data is sent and when:
* Payment information (amount, currency, order ID, customer email) is sent when creating a payment invoice
* OAuth2 authentication tokens are sent with each API request to authenticate the plugin
* Webhook notifications are received from the service when payment status changes (payment received, expired, or failed)
* Invoice status queries are sent to verify payment completion
Service URLs:
* Demo: https://demo.arnax.net/api
* Production: https://arnax.net/api
Terms of Service and Privacy Policy:
* Terms of Service: https://arnax.net/terms
* Privacy Policy: https://arnax.net/privacy
Note: The specific API endpoint used depends on the environment selected in the plugin settings. All API communications are encrypted using HTTPS (except for local development environments).
Developed with security and performance in mind, following WordPress coding standards and best practices.