Enterprise-grade solutions for modern businesses
Synchronize inventory across all your locations instantly
Enterprise-grade security with role-based access control
Seamless integration with your existing systems
Enterprise-grade reliability you can count on
Expert assistance whenever you need it
Grows with your business needs
Create invoices easily with our REST API
Create invoices with a single POST request to our /invoice endpoint
API key-based authentication with every request
Customize invoices with names, reasons, amounts, and expiration times
import requests
url = 'https://cheshire.liddell.cloud/api/v1/invoice'
headers = {
'key': 'YOUR_API_KEY',
'Content-Type': 'application/json'
}
payload = {
"send_to": "username",
"invoice_name": "Premium Subscription",
"invoice_reason": "Monthly Service Fee",
invoice_amount: 1000, # 10.00 USD in shards
"expiration": 60, # 60 minutes
"callback_url": "https://your-callback.com/webhook",
"disc_webhook": "https://discord.com/api/webhooks/..."
}
response = requests.post(url, json=payload, headers=headers)
print(response.json())
Choose the path that best fits your needs
Learn how to integrate Cheshire
See Cheshire in action
Discuss your specific needs