Skip to main content

Get Bill Payment

GET 

/api/qbo/bill-payments/:id

Get one mirrored QuickBooks bill payment, including its allocations (which bills / vendor credits it settled and for how much).

The linked_ledger_entry field identifies the SKU ledger entry this QuickBooks document was created from (id, document number, and an app route). It is null when the document originated in QuickBooks rather than being pushed by SKU. This field is only present on the detail response, not on list rows.

qbo_link deep-links to the bill payment in the QuickBooks web UI.

This document is pushed to QuickBooks by SKU's ledger, so the response includes reverse cross-link fields: ledger_entry_id and ledger_entry_reference identify the SKU ledger entry that pushed it, while sku_link_type, sku_link_id, sku_link_label, and sku_link_route point back to the originating SKU document. These are null when the document originated in QuickBooks rather than being pushed by SKU. vendor_link_id cross-links to the mirrored QuickBooks vendor.

Authentication: Requires Bearer token. Returns line_items (normalized line rows parsed from the stored QuickBooks payload) and detail_payload (the full raw QuickBooks payload); both are null until the document is re-synced from QuickBooks.

Also returns an amounts summary (subtotal, tax, total, balance, paid) and a tax_code on each line_items row.

Request

Responses

OK

Response Headers
    Content-Type