Skip to main content
business_id
string<biz_string>
required

The ID of the Business that the bill is associated with

Example:

"biz_Pk2fNFDd8wj7EFeLWJywc7"

vendor_id
string<ven_string>
required

The ID of the Vendor that the bill is associated with

Example:

"ven_ErisumsAc7qgmbTctM7zKK"

number
string
required

The id or number of the bill

Maximum string length: 255
Example:

"BILL-001"

description
string
required

The description of the bill

Maximum string length: 512
Example:

"Cleaning services"

total_amount
number
required

The amount of the bill

total_paid
number
required

The amount of the bill that has been paid

due_at
string<date-time>
required

The due date of the bill

issued_at
string<date-time>
required

The date the bill was sent

status
enum<string>
required

The status of the bill

Available options:
open,
paid,
voided
id
string<bil_string>
required

The ID of the bill

Example:

"bil_WQMDNUHpBThYSNh4AprDBo"

voided_at
string<date-time> | null

The date the bill was voided

metadata_
Metadata · object
lines
BillLinePublic · object[] | null

The lines of the bill

payments
BillPaymentPublic · object[] | null

The payments associated with the bill