Create an invoice
Invoices
Create an invoice
Creates a draft invoice for a customer. Finalize the invoice to generate a checkout session and payment link. Use the dashboard to send invoices by email.
POST
Create an invoice
Authorizations
API key from the Payoes dashboard (pk_test_... or pk_live_...)
Body
application/json
Response
Invoice created
Example:
"inv_abc123xyz"
Available options:
invoice Example:
"INV-000001"
Available options:
draft, open, paid, void From the linked payment after finalize (null on draft)
Public invoice page (/i/inv_...)