v1
latestOpenAPI 3.0.42026-07-2286621993.2 KBinvoices
Create draft invoice
Creates a draft invoice. To move the invoice from a draft to payable state, you must <a href="#invoices_send">send the invoice</a>.<br/><br/>In the JSON request body, include invoice details including merchant information. The <code>invoice</code> object must include an <code>items</code> array.<blockquote><strong>Note:</strong> The merchant that you specify in an invoice must have a PayPal account in good standing.</blockquote>.
post/v2/invoicing/invoices
Request body
Response
A successful request returns the HTTP 201 Created status code. A JSON response body that shows invoice details is returned if you set <code>prefer=return=representation</code>.