Plug Conduitt intothe tools you already use
Connect Stripe for payment collection today. Use the REST API and exports for supported data movement; accounting, bank, CRM, and communication connectors are coming soon.
Every tool connected, nothing copied by hand
Payments
Stripe payments can reconcile back to the invoice timeline. Other payment processors and bank-transfer automation are coming soon.
Stripe
Accept Stripe-backed online payments and sync payment status back to the invoice timeline automatically.
PayPal
Coming soon. PayPal and Venmo auto-matching are not available today.
Square
Coming soon. Square payment flows are not available today.
GoCardless (coming soon)
Coming soon. Scheduled direct-debit collection is not available today.
Wise
Coming soon. Cross-border payment automation is not available today.
Your data flows through Conduitt, not around it
Connect Stripe
Use Stripe for payment collection today, or generate API keys for documented REST workflows.
Move data
Use REST endpoints and exports for supported invoice, client, payment, and reporting handoffs.
Mark roadmap
Accounting, bank, Slack, and storage connectors are coming soon.
Build exactly the integration you need
REST API with predictable resource-oriented endpoints and scoped API keys. Direct REST calls are available today; public webhook, SDK, and CLI availability lives on the status pages.
- 01REST API with OpenAPI spec and interactive docs
- 02Scoped API keys for documented workflows
- 03Exports for finance and operations handoffs
- 04Route-level rate limits documented in the API docs
- 05Webhook and SDK availability pages for future tooling
# Create an invoice
curl -X POST https://api.corinthian.com/v1/invoices
-H "Authorization: Bearer sk_live_..."
-d '{"client_id": "cl_9xk", "amount": 4200}'
# Response — 201 Created
{
"id": "inv_r8Tm2kP",
"status": "draft",
"amount": 4200,
"currency": "usd",
"portal_url": "https://pay.corinthian.com/inv_r8Tm2kP"
}
Your first integration should not be a project
Pick a category, authenticate, and data starts flowing without a long setup cycle.