Whats new with payments on Apple pay
Generated on 7/30/2024
1 search

This post is brought to you by Tailscan,
the best devtool for Tailwind CSS.
What's New with Payments on Apple Pay
Apple introduced several updates to Apple Pay during the WWDC 2024 session titled What’s new in Wallet and Apple Pay. Here are the key highlights:
-
Apple Pay on the Web:
- Cross-Browser Support: With iOS 18, users can now use Apple Pay on any non-Safari browser by scanning a code with their iPhone to securely and privately complete the payment. This extends the Apple Pay user experience to any device with a browser, including those outside the Apple ecosystem. (Updates to Apple Pay on the web)
- JavaScript SDK: Developers need to import the Apple Pay JavaScript SDK (version 1.2.0 or higher) to ensure compatibility with non-Safari browsers. (Updates to Apple Pay on the web)
- API Enhancements: The new Apple Pay capabilities API is introduced to replace the deprecated
canMakePaymentsWithActiveCard
method, providing a cleaner solution for determining Apple Pay availability. (Updates to Apple Pay on the web)
-
Funds Transfer Capabilities:
- Web Support: Funds transfer capabilities are now expanded to the web, allowing users to withdraw money from a stored value or bank account to any user card registered with Apple Pay. (Updates to Apple Pay on the web)
- Instant Funds Transfer: Developers can support instant funds transfer by adding
supportsInstantFundsOut
to their merchant capability list, which also allows specifying additional fees for instant transfers. (Updates to Apple Pay on the web)
-
Merchant Category Codes:
- Apple Pay now supports merchant category codes that follow ISO standard 79450, helping to ensure valid payment cards and successful transactions. (Updates to Apple Pay on the web)
For a detailed overview, you can watch the session What’s new in Wallet and Apple Pay.

What’s new in Wallet and Apple Pay
Take passes and payments to the next level with new enhancements to Wallet and Apple Pay. Make your event tickets shine with rich pass designs in Wallet, and bring great Apple Pay experiences to even more people with third-party browser support. We’ll also look at how to disburse funds with Apple Pay on the Web and highlight new API changes that help you integrate Apple Pay into even more purchasing flows.

What’s new in StoreKit and In-App Purchase
Learn how to build and deliver even better purchase experiences using the App Store In-App Purchase system. We’ll demo new StoreKit views control styles and new APIs to improve your subscription customization, discuss new fields for transaction-level information, and explore new testability in Xcode. We’ll also review an important StoreKit deprecation.