Documentation Index
Fetch the complete documentation index at: https://docs.lux-core.io/llms.txt
Use this file to discover all available pages before exploring further.
SDKs & Code Examples
While we don’t yet offer official SDKs, we provide comprehensive code examples in popular programming languages to help you integrate with the LuxCore API.Available Examples
Python
Examples using the
requests libraryNode.js
Examples using
axios and native fetchPHP
Examples using cURL and Guzzle
Go
Examples using the standard library
Quick Start
All examples follow the same pattern:- Set your API key in an environment variable
- Make HTTP requests to the API endpoints
- Handle responses and errors appropriately
Environment Variables
Store your API key securely:Common Operations
Each SDK example covers these essential operations:| Operation | Description |
|---|---|
| Create Payment | Create deposit or withdrawal payments |
| Get Payment | Retrieve payment status by ID |
| List Payments | List payments with filters |
| Cancel Payment | Cancel a pending payment |
| Create Webhook | Set up webhook endpoints |
| Verify Webhook | Verify webhook signatures |
| Get Balance | Check merchant balance |
API Wrapper Example
Here’s a simple wrapper class pattern used across our examples:Python Example
Community SDKs
If you’ve built an SDK for LuxCore, we’d love to feature it here! Contact us at developers@lux-core.io.Need Help?
API Reference
Complete API documentation
Support
Contact developer support
