Tags:
- Action Required
- API
- 2023-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:
AUTHORIZEDas thefor up to 15 minutes before transitioning toPAID. The status will transition toVOIDEDif the order gets canceled within these 15 minutes.- Separate
objects withAUTHORIZATIONandCAPTUREas thewhen the payment is authorized and captured, instead of a single transaction with theSALEkind. - Separate
objects withAUTHORIZATIONandVOIDas thewhen 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?