POST /api/businesses/{businessId}/payables
Creates a new payable and optionally submits it to the payer. A payable requires an active connection between the sender and the recipient.
Path parameters
The ID of the business sending the invoice.
Request body
The ID of the connection representing the payer-payee relationship. Both businesses must be connected on Cleo Pay before creating a payable.
Total invoice amount in dollars. Must be a positive number. This should equal the sum of all line item totals if
lineItems are provided.Payment due date in ISO 8601 format (e.g.,
2026-05-01).Your internal invoice reference number. Must be unique within the connection.
Optional note to include with the invoice. Visible to the payer.
Individual line items that make up the invoice total.
File references to attach to the invoice (e.g., a PDF copy of the invoice). Each element should be a file reference string returned from the file upload endpoint.
Response
Unique payable ID. Use this for all subsequent operations on this payable.
Initial status of the payable. Typically
DRAFT or SUBMITTED depending on whether it was sent immediately.ISO 8601 timestamp of when the payable was created.