Skip to main content
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.

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:

Authorizations

api_key
string
header
required

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

data
accountingBillPaymentsFields · object[]
required

The data of the bill payments endpoint

run_async
boolean | null

Run the request asynchronously

Response

data
accountingBillPaymentsObject · object | null

The data of the bill payments endpoint

sync_id
string | null

The sync id of the request