Payabli Docs
If you're a software company, you're a payments company™
Pick a lane to find the right starting point:
Make your first call
1 curl -X POST https://api-sandbox.payabli.com/api/v2/MoneyIn/getpaid \ 2 -H "Authorization: Bearer <token>" \ 3 -H "Content-Type: application/json" \ 4 -d '{ 5 "paymentDetails": { 6 "totalAmount": 100, 7 "serviceFee": 0 8 }, 9 "paymentMethod": { 10 "initiator": "payor", 11 "method": "card", 12 "storedMethodId": "1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440", 13 "storedMethodUsageType": "unscheduled" 14 }, 15 "customerData": { 16 "customerId": 4440 17 }, 18 "entryPoint": "8cfec329267", 19 "ipaddress": "255.255.255.255" 20 }'
Developer resources
Authentication
OAuth2 Bearer tokens, recommended for new integrations
API reference
Environments, rate limits, pagination, and best practices
Server SDKs
Official server-side SDKs for eight languages
Payment methods for testing
Sandbox cards, ACH accounts, and decline scenarios
Embedded components
Custom checkout without handling sensitive payment data
Webhooks
Example code for real-time payment event notifications
Agent Skills
Install skills so your coding agent builds integrations
Guides
Integration walkthroughs, Portal guides, and concepts
Recent releases
Changelog →Latest from the API, components, and SDKs.
Rust SDKAug 17APIAug 10Embedded componentsJul 24For AI agents
See all agent resources →Give your coding agent these docs, or pull any page as markdown.