Website v20.0.42 - 31 March 2026
On this page
This patch fixes an Apple Pay merchant validation issue for stores using Westpac (Verifone) as their payment provider, where inconsistent domain formatting between sandbox and production environments could cause Apple Pay to fail at checkout.
Breaking changes and cautions
No breaking changes in this release.
Enhancements
No enhancements in this release.
Deprecated fields
No fields have been formally deprecated in this release.
Fixed bugs
Apple Pay not working reliably for Westpac (Verifone) merchants [WEB-7771]
When a customer initiated an Apple Pay payment, StoreConnect performs a merchant validation step with the Verifone API to confirm the payment session is legitimate. This validation was passing the store domain in different formats depending on whether the environment was sandbox or production, which caused validation to fail in some configurations. The domain is now always passed as a plain hostname (for example, yourstore.com) regardless of environment, matching what the Verifone API expects, and Apple Pay merchant validation works consistently across all environments.