Action RequiredAPI2023-10
Changes to Point of Sales (POS) payment processing behavior
We're changing how payments are processed on POS in order to bring order cancellations to POS. These changes will go into effect beginning October 31, 2023 for POS Pro and January 22, 2024 for Shopify Plus.
Payments may be authorized for up to 15 minutes before being captured automatically or voided by retail staff. As such, you may notice a few changes to the Admin and Storefront APIs.
On the Admin API, you may see:
as the
for up to 15 minutes before transitioning to
. The status will transition to
if the order gets canceled within these 15 minutes.
- Separate
objects with
and
as the
when the payment is authorized and captured, instead of a single transaction with the
kind.
- Separate
objects with
and
as the
when the payment is authorized and voided.
- An empty array for
until payments in the order have been captured.
On the Storefront API, the will exhibit the same behavior as the
on the Admin API.
Learn more about canceling orders on POS here.
Learn more about OrderDisplayFinancialStatus, OrderTransactionKind, and SuggestedRefund on Shopify.dev.
Was this section helpful?