Skip to main content

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.

Features

Accept payments via bank transfers, cash payments, card payments, and cryptocurrency. Multiple currencies supported (ARS, MXN, USD).
Receive instant notifications when payment status changes. Secure webhook delivery with HMAC-SHA256 signatures and automatic retries.
Use test API keys (qp_test_*) for development and live keys (qp_prod_*) for production. Same API, same endpoint, different behavior.
Generate secure payment pages for your customers.

Base URL

All API requests are made to:
https://api.lux-core.io/api/v1
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

MethodTypeDescriptionProcessing Time
speiBank TransferMexican interbank transfer system (SPEI)Up to 30 minutes
oxxoCashPay at 20,000+ OXXO convenience storesUp to 30 minutes
cardCardCredit and debit cards (tokenized)Up to 30 minutes
bank_transferBank TransferGeneric bank transferUp to 30 minutes
cashCashCash paymentsUp to 30 minutes
cryptoCryptocurrencyCrypto payments (USDT, etc.)Up to 30 minutes

Supported Currencies

CurrencyCodeCountryDefault Method
Argentine PesoARSArgentinabank_transfer
Uruguayan PesoUYUUruguaybank_transfer
Mexican PesoMXNMexicospei

Need Help?