LuxCore Payment Gateway API
LuxCore is a modern payment gateway that enables merchants to accept payments, process payouts, and manage their financial operations through a simple REST API.Quick Start
Get up and running with your first API call in minutes
Authentication
Learn how to authenticate your API requests
Payments Guide
Create deposits, withdrawals, and payment pages
Webhooks
Receive real-time notifications about payment events
Features
Multiple Payment Methods
Multiple Payment Methods
Accept payments via bank transfers, cash payments, card payments, and cryptocurrency. Multiple currencies supported (ARS, MXN, USD).
Real-time Webhooks
Real-time Webhooks
Receive instant notifications when payment status changes. Secure webhook delivery with HMAC-SHA256 signatures and automatic retries.
Test & Production Modes
Test & Production Modes
Use test API keys (
qp_test_*) for development and live keys (qp_prod_*) for production. Same API, same endpoint, different behavior.Hosted Payment Pages
Hosted Payment Pages
Generate secure payment pages for your customers.
Base URL
All API requests are made to:The same endpoint is used for both test and production environments. The API key type determines whether transactions are real or simulated.
Supported Payment Methods
| Method | Type | Description | Processing Time |
|---|---|---|---|
spei | Bank Transfer | Mexican interbank transfer system (SPEI) | Up to 30 minutes |
oxxo | Cash | Pay at 20,000+ OXXO convenience stores | Up to 30 minutes |
card | Card | Credit and debit cards (tokenized) | Up to 30 minutes |
bank_transfer | Bank Transfer | Generic bank transfer | Up to 30 minutes |
cash | Cash | Cash payments | Up to 30 minutes |
crypto | Cryptocurrency | Crypto payments (USDT, etc.) | Up to 30 minutes |
Supported Currencies
| Currency | Code | Country | Default Method |
|---|---|---|---|
| Argentine Peso | ARS | Argentina | bank_transfer |
| Uruguayan Peso | UYU | Uruguay | bank_transfer |
| Mexican Peso | MXN | Mexico | spei |
