#dante_error

1 messages · Page 1 of 1 (latest)

bitter nightBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296342172542566432

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

glass dagger
#

Stripe doesn't support saving an Apple Pay payment method while making a non-zero payment in Payment Link.

sacred burrow
#

also ty sm for quick response

#

it's not a sub/dont need them to save it

glass dagger
#

https://docs.stripe.com/payments/checkout/save-during-payment?payment-ui=stripe-hosted#payment-methods:

However, in some cases Stripe filters them out even when they’re enabled. We filter ApplePay if you set setup_future_usage (either top-level or in payment_method_options for card)

In https://dashboard.stripe.com/logs/req_RjqN6P3fuqLSI7, setup_future_usage was configured, so Apple Pay isn't shown.

To accept Apple Pay, you'd need to disable "Save payment method details for future usage" in https://dashboard.stripe.com/payment-links/plink_1PQCakBuOV9piofdEyLGAyTn/edit

If you wish to save the payment method details, Apple Pay will not be supported

Learn how to accept a payment and save your customer's payment details for future purchases.