Billing
Send the invoice to the customer
Approve an invoice and start executing the payment workflow.
This call instantly sends the invoice to the customer using the configured billing profile app.
This call is valid in two invoice statuses:
- draft: the invoice will be sent to the customer, the invluce state becomes issued
- manual_approval_needed: the invoice will be sent to the customer, the invoice state becomes issued
post/api/v1/billing/invoices/{invoiceId}/approve
Path parameters
invoiceIdstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH
Response
The request has succeeded.