Invoices
Merchants can generate an invoice with line items to send to customers. Accept payments on an invoice as well as track open and past due invoices.
Create an invoice
POST
/accounts/{accountID}/invoices
List invoices
GET
/accounts/{accountID}/invoices
Retrieve an invoice
GET
/accounts/{accountID}/invoices/{invoiceID}
Update an invoice
PATCH
/accounts/{accountID}/invoices/{invoiceID}
Mark invoice as paid
POST
/accounts/{accountID}/invoices/{invoiceID}/mark-paid