Full API Guide – Crypto Payment Gateway for Developers
The XPaymen API service allows developers to easily manage cryptocurrency transactions and wallets programmatically.
Getting Started
To use the API, you need an API Key. Follow these steps:
- Go to your user panel → Crypto Payment Gateway.
- Create a new gateway.
- Copy the API key from the gateway details page.
X-API-Key: YOUR_API_KEY
Base URL
https://xpaymen.com/en/api/v1
Example Usage
Creating a new crypto transaction:
GET /crypto-transaction/create?source_amount=10&source_currency_code=USD&order_id=ORD123 Headers: X-API-Key: YOUR_API_KEY
Notes
If you encounter any issues or have questions, please submit a support ticket via your user panel. Our team will respond promptly, so you can continue integrating with confidence.
- 💻 Github Repository — Full source code, examples, and updates.
- 🧩 Interactive API Documentation (Swagger UI) — Explore all endpoints and test requests directly in your browser.