Do not miss any Omni API Dev changes, ever again

Subscribe to the Omni API Dev changelog to be up to date on recent changes.

RSS

Jul 25, 2026

main
2026.07.27
Compare
2026.07.27

API structure has changed

5 structure changes including:
1 Breaking change
2 Additions
2 Modifications
1 Removal
Modified 2 Breaking
GET /fee-charges
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • settlementId, settledTransaction, feeBreakdown properties Added
GET /settlements/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • id, batch, fiskaTransactionId, providerTransactionReference, amount, feeAmount, feeBreakdown properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • settlement, transactionId, transactionType, gatewayTransactionId, batchId properties Added
Removed 1 Breaking
GET /settlements/{batchId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
GET /settlements
GET /settlements/{settlementId}