API Changelog & Release Schedule (2025)

API Changelog & Release Schedule (2025)

FUTURE Releases

These target delivery dates are subject to change. Any changes to release dates and deliverables will be updated here.

PRODUCTION RELEASE DATE

CHANGE DETAILS

PRODUCTION RELEASE DATE

CHANGE DETAILS

Release 25.X [TBD]

Functionality to be available in MERCHANT INTEGRATION environment as of [TBD]

Production Date: 2025.X [TBD]

Added Idempotency to POS API transactional endpoints.

Impacted endpoints:

  1. Instore payments: POST /transactions

  2. Payment authorization: POST /authorization

  3. Authorization Capture: POST /authorization/:authorizationId/capture

  4. Release: POST /authorization/:authorizationId/release

  5. Return (Promo): POST /authorization/:authorizationId/capture/:captureId/return

  6. Refund (Revolve): POST /accounts/:account_number/refund

x-idempotency-key and x-context-hash are added to the header section of API requests.