Skip to main content
GET
List payments already booked on Xero for a transaction

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

trxId
string
required

Breezing transaction ID whose booked Xero entries to list. This is the database id from GET /transactions, not the blockchain hash.

Example:

"12345"

Response

Booked payments retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
Last modified on July 5, 2026