Submit an array of invoices.Request Format: Array of Invoice objects

Example Request

[
     {
          "discount_amount_cents": 0,
          "metadata": {},
          "status_detail": {},
          "amount_cents": 0,
          "currency": "USD",
          "invoice_date": "2022-02-20",
          "invoice_due_date": "2022-02-20",
          "invoice_number": "string",
          "note": "string",
          "originating_counterparty_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
          "receiving_counterparty_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
          "reconciliaiton_id": "ID",
          "account_number": "1234"
     }
]

See Invoices Schema for more details.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!