Processes/sales — selling and invoicing customerssales
Send an invoice — sales processSend an invoice
Create and send an invoice to a customer for services rendered. Stripe is the canonical route; any payments provider with invoicing works.
Stripe Invoicing API fully supports create, send, and track.
Current agent ceiling
An agent can run 4 of 4 steps — 2 of them behind a human approval gate ⏸
No gaps — every step of this process is agent-runnable today.
How it runs
Route-coded block flow: emerald = agent, amber = manual form/portal, red = needs a human. ⏸ approval gate · ⏳ async wait.
01Look up or create customer
agent2 API calls
- GET /v1/customers?email={email}
- POST /v1/customers
02Create invoice with line items
agent2 API calls
- POST /v1/invoices
- POST /v1/invoiceitems
03Send invoice
agent1 API call
- POST /v1/invoices/{id}/send
Context the agent needs first: customer email (from the founder) · invoice line items (from the founder)
The market options
Each role resolves against its arena’s live leaderboard — the default is the process’s canonical vendor, alternatives ranked by agent-readiness.
Stripedefault89/100 agent-ready
Airwallex88/100 agent-ready
Square71/100 agent-ready
Polar68/100 agent-ready
Paddle67/100 agent-ready
PayPal66/100 agent-ready
Adyen65/100 agent-ready
Checkout.com61/100 agent-ready
Autumn60/100 agent-ready
Mollie59/100 agent-ready