POST
/
accounting
/
invoice_payments

The Invoice Payments Data Model streamlines the representation and management of invoice payment information across multiple accounting platforms.

Additional Required Fields

To successfully create an invoice payment, certain fields must be included in the raw_data object of the request body. The required fields are as follows:

IntegrationFieldDescription
MS_DYNAMICS_365payment_journal_idThe ID of the payment journal.
NETSUITEarr_account_idThe ID of the account to which the payment is applied.

Authorizations

api_key
string
headerrequired

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

run_async
boolean | null

Run the request asynchronously

data
object[]
required

The data of the invoice payments endpoint

Response

200 - application/json
data
object

The data of the invoice payments endpoint

sync_id
string | null

The sync id of the request