Apple Pay
FastSpring supports Apple Pay as a payment method in all countries where Apple Pay is available.
Apple Pay gives buyers a secure, convenient way to complete purchases on supported Apple devices and browsers.
FastSpring supports Apple Pay for buyers using Safari on macOS and iOS, and Chrome on iOS 17 or later. Buyers authenticate with Touch ID, Face ID, or their device passcode before returning to your FastSpring confirmation page.
The sections below explain how to use Apple Pay, understand the buyer flow, and review refunds, webhooks, and common questions. Select a section or use the TOC on the right to jump ahead.
Prerequisites
Requirements to use Apple Pay
Customer experience
See the buyer payment flow
Refunds and returns
How refunds are processed
Webhooks
Fields included in order.completed
FAQs
Answers to common questions
Prerequisites
Apple Pay has the following requirements:
- The buyer must use Safari on macOS or iOS, or Chrome on iOS version 17 or above.
- The buyer must have Apple Pay enabled and configured on their device.
- Apple Pay availability may depend on the buyer’s region and issuing bank.
Customer experience
Here's what the FastSpring Apple Pay experience looks like for buyers:
- The buyer selects Apple Pay during checkout.
- FastSpring displays the Apple Pay payment widget.
- The buyer authenticates using Face ID, Touch ID, or their device passcode.
- After successful authentication, the buyer then completes checkout with Apple Pay in a separate window.
- FastSpring processes the transaction, and the buyer is redirected to your FastSpring confirmation page.

The Apple Pay customer experience
Refunds and returns
Refunds for Apple Pay transactions behave the same as other FastSpring refunds. FastSpring automatically returns the refunded amount to the buyer’s Apple Pay–funded card or account. No special configuration is required.
Webhooks
FastSpring includes the following fields in the order.completed webhook payload when an order is completed with Apple Pay:
"payment": {
"type": "applepay",
"creditcard": "visa"
}For more information on the order.completed webhook, see the
Successful Orders.
FAQs
How is tax calculated when using Apple Pay?
The tax calculation is based on the address stored in the buyer’s Apple Pay wallet. This address determines the applicable tax rate.
Can Apple Pay be used for subscription purchases?
Yes. Apple Pay supports both perpetual purchases and recurring subscription payments.
Is Apple Pay enabled by default?
Yes. Apple Pay is enabled for all FastSpring sellers.
Is Apple Pay a real-time payment method?
Yes. Apple Pay payments are processed in real-time.
Updated 2 days ago