Source-derived reference
Every operation links to an actual LuxApi controller, request, DTO, or enum.
A bilingual, source-derived LuxApi reference with OpenAPI 3.1, multi-language examples, Postman, and operational wallet and payment guidance.
146e98baa44ecurl --request GET \
--url 'https://sandbox-api.luxpay.example/v1/health' \
--header 'Accept: application/json' \
--header 'X-Request-ID: req_demo_001'
{
"status": "ok",
"service": "luxpay",
"version": "1.0.0"
}Every operation links to an actual LuxApi controller, request, DTO, or enum.
Request ID and idempotency policies are explicit for sensitive mutations.
cURL, JavaScript, Python, and PHP examples come from one contract.
Wallets, balances, transfers, holds, payouts, and settlements stay connected.
LuxPay API overview
getting-startedQuickstart
securityAuthentication and tokens
getting-startedEnvironments and configuration
reliabilityIdempotency and retries
reliabilityErrors and request IDs