# apple-pay

Published articles for apple-pay.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Managing Recurring Payments with Apple Pay Using PayPal

DevFeed: [Managing Recurring Payments with Apple Pay Using PayPal](<https://devfeed.tech/articles/managing-recurring-payments-with-apple-pay-using-paypal-31936.md>)

Original publisher: [Read original article](<https://medium.com/paypal-tech/managing-recurring-payments-with-apple-pay-using-paypal-826881f1ffcb?source=rss----6423323524ba---4>)

Author: PayPal Tech Blog Team

Published: 2023-11-20T14:41:42Z

Content type: article

Language: en

Sources: [PayPal Technology](<https://devfeed.tech/sources/paypal-technology.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [apple-pay](<https://devfeed.tech/tags/apple-pay.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [js-sdk](<https://devfeed.tech/tags/js-sdk.md>), [mobile-web](<https://devfeed.tech/tags/mobile-web.md>), [payments](<https://devfeed.tech/tags/payments.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [token](<https://devfeed.tech/tags/token.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

This article explains how merchants can support recurring payments with Apple Pay through PayPal's JS SDK and V3 Vault experience on mobile websites. It covers fixed or variable billing, consent details, authentication, transaction outcomes, and persistent tokens for future purchases.

### Source excerpt

Recurring payments have become an integral part of the modern digital economy, offering convenience and predictability for both consumers and businesses. Our previous post highlighted different methods of integrating Apple Pay® with PayPal. This blog explores recurring payments using PayPal and Apple Pay, showing how using it can streamline transactions and benefits end users. How Recurring Payments with PayPal and Apple Pay Work A recurring payment is an agreement between a buyer and a merchant. It allows the merchant to charge the buyer's chosen payment instrument (typically a credit card) for a pre-approved amount at pre-approved intervals, which can be either fixed or variable. Consumers visiting a merchant's mobile website integrated with PayPal JS SDK and V3 Vault experience will find Apple Pay as one of the available payment methods for recurring payments. Once the consumer taps the Apple Pay button on the mobile website, the Apple Pay payment sheet is presented. This process mirrors the one-time Apple Pay experience for mobile web transactions. The merchant's website plays a crucial role in detailing the billing frequency and other terms of service. These details can also be reiterated on the payment sheet for added clarity. Recurring fees can take two forms: fixed amounts, such as monthly movie ticket subscriptions, or variable amounts like weekly grocery orders. The variability is subject to local authorizations. Depending on the specific merchant use case, customers may be presented with line items that reiterate billing frequency, discounts, and any additional upfront fees on the consent screen. To ensure transparency, the final payment amount is prominently outlined on the total line, making customers fully aware of the charge they are authorizing. The consumer can review the transaction details on the Apple Pay payment sheet. Once the consumer is ready, they authenticate using Face ID® or Touch ID®. When the transaction is complete, the consumer is sho

## The future of the App Store

DevFeed: [The future of the App Store](<https://devfeed.tech/articles/the-future-of-the-app-store-38590.md>)

Original publisher: [Read original article](<https://marco.org/2021/09/13/future-of-the-app-store>)

Author: Marco Arment

Published: 2021-09-13T21:18:11Z

Content type: opinion

Language: en

Sources: [Marco.org](<https://devfeed.tech/sources/marco-org.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Payment Fraud](<https://devfeed.tech/topics/payment-fraud.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [apple-pay](<https://devfeed.tech/tags/apple-pay.md>), [browser](<https://devfeed.tech/tags/browser.md>), [fraud-prevention](<https://devfeed.tech/tags/fraud-prevention.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-fraud](<https://devfeed.tech/tags/payment-fraud.md>), [processors](<https://devfeed.tech/tags/processors.md>)

### AI overview

An opinion article predicts that changes to Apple's App Store payment rules will preserve in-app purchases while allowing external purchase links. It argues that most apps will need to offer both options, with reader apps receiving an exemption, and that external payments could increase competition and enable new business models.

### Source excerpt

After the dust settles from the developer class-action settlement, the South Korean law, the JFTC announcement, and the Apple v. Epic decision, I think the most likely long-term outcome isn't very different from the status quo -- and that's a good thing. Allowing external purchases Here's what I think we'll end up with: Apple will still require apps to use their IAP system for any qualifying purchases that occur in the apps themselves. All app types will be allowed to link out to a browser for other purchase methods. Most apps will be required to also offer IAP side-by-side with any external methods.1 Only "Reader apps" will be exempt from this requirement.2 Apple will have many rules regarding the display, descriptions, and behavior of external purchases, many of which will be unpublished and ever-changing. App Review will be extremely harsh, inconsistent, capricious, petty, and punitive with their enforcement.3 Apple won't require price-matching between IAP and external purchases. These few but important corrections reduce Apple's worst behavior and should relieve most regulatory pressure. The result won't look much different than the status quo: Most big media apps (qualifying as "reader" apps) won't offer IAP, but will finally be allowed to link to their websites from their apps and offer purchases there. Many games will offer both IAP and external purchases, with the external choice offering a discount, bonus gems, extra loot boxes, or other manipulative tricks to optimize the profitability of casino games for children (commissions from which have been the largest portion of Apple's "services revenue" to date). Most importantly, many products, services, and business models will become possible that previously weren't, leading to more apps, more competition, and more money going to more places. External purchase methods will evolve to be almost as convenient as IAP (especially if Apple Pay is permitted in this context), and payment processors will reduce the burd

## Streamline Checkout with Shipping Options in Apple Pay

DevFeed: [Streamline Checkout with Shipping Options in Apple Pay](<https://devfeed.tech/articles/streamline-checkout-with-shipping-options-in-apple-pay-27018.md>)

Original publisher: [Read original article](<https://medium.com/square-corner-blog/streamline-checkout-with-shipping-options-in-apple-pay-7f3836245950?source=rss----3650599ae4e2---4>)

Author: Ajay Anandan

Published: 2019-03-28T18:12:50Z

Content type: release

Language: en

Sources: [Square Corner Blog - Medium](<https://devfeed.tech/sources/square-corner-blog-medium.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apple-pay](<https://devfeed.tech/tags/apple-pay.md>), [applications](<https://devfeed.tech/tags/applications.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [developer](<https://devfeed.tech/tags/developer.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [payments](<https://devfeed.tech/tags/payments.md>), [platform](<https://devfeed.tech/tags/platform.md>), [square](<https://devfeed.tech/tags/square.md>), [update](<https://devfeed.tech/tags/update.md>), [web](<https://devfeed.tech/tags/web.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

Square's Online Payments API now supports shipping options in Apple Pay on the Web. Developers can collect and validate shipping addresses, update shipping options, fees, taxes, line items, and totals during checkout, and receive the final shipping details after authorization.

### Source excerpt

Use Apple Pay to Handle Selecting Shipping OptionsHeads up, we've moved! If you'd like to continue keeping up with the latest technical content from Square please visit us at our new home https://developer.squareup.com/blog A little over a year ago, we added support for Apple Pay on the Web in our Online Payments APIs to help developers easily integrate Apple Pay into their websites. However, we know eCommerce checkouts don't stop with payments -- you also need to collect additional details for fulfilling and shipping orders. Specifically, you need to collect a shipping address and offer different shipping options based on that address. You might provide a free shipping option and a paid shipping option, for those who need a faster delivery. Even though our Online Payments APIs supported collecting a shipping address from within Apple Pay, you had to handle shipping options outside the Apple Pay experience. With today's update, Square's API now supports the entire checkout experience for Apple Pay on the Web, including support for shipping options. You can take payments, ask for and validate the shipping address, and provide various shipping options, all within Apple Pay's web experience. This speeds up checkout, which in turn increases conversions, with easy to use checkout flows via Apple Pay on web. How Apple Pay Shipping Options Work:Add shipping options You can define any number of shipping options in the PaymentRequest object. The first shipping option will be the default value shown. https://medium.com/media/78471b15e4db3e80ebda3c7748597d30/hrefValidate a shipping address When your customer chooses a shipping address, the shippingContactChanged callback will be invoked. You can use this callback to validate the shipping address, add new fees and/or taxes based on the shipping address, and update the shipping options. Errors shown when a shipping address isn't supported by that merchantShipping options and taxes are updated when they choose a Canadian addressht