Submit Xero Payment API
Book a payment in Xero for a Breezing transaction, either against an outstanding invoice or as a standalone spend or receive money entry.
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
"1"
Body
Breezing transaction ID to submit. This is the database id from GET /transactions, not the blockchain hash.
x > 0Fiat amount to book, as a positive decimal string. With invoiceId, the payment applied in Xero is capped at the invoice amountDue. Without invoiceId, this is the amount of the standalone bank transaction. Legs under 0.01 are skipped.
^\d+(\.\d+)?$Xero invoice ID (InvoiceID) to apply the payment to. Must be one of the ids returned by POST /xero/invoices/refresh. Omit to book a standalone spend/receive money bank transaction instead.
1