Batch Create Invoices

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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",
          "reconciliation_id": "ID",
          "account_number": "1234"
     }
]

See Invoices Schema for more details.

Body Params
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json