Create Bill Payments
Bill Payments
Create Bill Payments
Create a new bill payment in the database.
POST
Create Bill Payments
The Bill Payments Data Model is designed to standardise and simplify the management of bill payment information across various accounting platforms.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Additional Required Fields
To successfully create a bill payment, certain fields must be included in the raw_data object of the request body. The required fields are as follows:| Integration | Field | Description |
|---|---|---|
| MS_DYNAMICS_365 | payment_journal_id | The ID of the payment journal. |
Authorizations
Path Parameters
RootFi company ID for the company connection to read or write.
Query Parameters
When true, the write runs asynchronously and returns only a sync_id. Required when data contains two or more records. Optional for single-record writes.
Body
application/json
Single record for synchronous writes (default). For two or more records, pass an array and set query parameter run_async=true.
- accountingBillPaymentsFields · object
- accountingBillPaymentsFields · object[]