Change Updates

Do not miss any Omni API changes, ever again

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

RSS

Jun 23, 2025

main
2025.06.23
Compare
2025.06.23

API structure has changed

14 structure changes including:
14 Modifications
Modified 14
GET /transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • status property Added
POST /payment-methods/physical
  • Response
  • 200 response Modified
    • application/json content type Modified
      • timestamp, type, status, requestedAmount, approvedAmount properties Added
POST /transactions/capture
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/physical-auth
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/physical-sale
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/refund
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/token-auth
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/token-sale
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST /transactions/unreferenced-physical-refund
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status property Added
POST AuthCompletedwebhook
  • Body
  • application/json content type Modified
    • originalResponse property Modified
      • status property Added
POST CaptureCompletedwebhook
  • Body
  • application/json content type Modified
    • originalResponse property Modified
      • status property Added
POST RefundCompletedwebhook
  • Body
  • application/json content type Modified
    • originalResponse property Modified
      • status property Added
POST SaleCompletedwebhook
  • Body
  • application/json content type Modified
    • originalResponse property Modified
      • status property Added
POST TokenCreatedwebhook
  • Body
  • application/json content type Modified
    • originalResponse property Modified
      • timestamp, type, status, requestedAmount, approvedAmount properties Added