#billn_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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/1306710734264209408
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- billn_unexpected, 1 day ago, 3 messages
Hi there ๐ just making sure I'm understanding correctly. The donate button you're referring to is one of our buy buttons?
hold on
It's a button on my web page with the following code,
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<stripe-buy-button
buy-button-id="buy_btn_1Q8QGJC2YDJKrsH2RTh7gf8i"
publishable-key="pk_live_51Q4apnC2YDJKrsH2k7ajlvLrjEwiP9ahoqSjQ8LBd9afOGYO5oFIyBTHIFyfRyWDU18ZAxJlmtk7wMKNpPDiU5Kj00EEk6XTn7"
</stripe-buy-button>
Using Wix
It looks like Apple Pay isn't being offered there because the Payment Link being used is saving the payment details for future usage. We're in the process of adapting to apple's new policies for that and have had to temporarily remove support for Apple Pay for this scenario.
ouch! Any ETA?
No, not currently.
workaround?
The only thing I'm aware of is to adjust the Payment Link so that the payment methods aren't setup for future usage.
What do I need to change?
Change this setting to no:
https://dashboard.stripe.com/payment-links/plink_1Q8PyTC2YDJKrsH2WzQcpEgW
If this Payment Link was created through Wix, you may want to consult them to make sure adjustments to it won't impact their downstream logic.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Got it, thanks. Any mailing list on fixes/releases I can get on to see when this is fixed?
Hm, not that I'm aware of. The only mailing list sign up that I'm aware of are our developer updates that you can subscribe to from the bottom of our docs pages:
https://docs.stripe.com/
OK thanks. I see the option set to Yes in the payment methods Details section, but when I edit, I don't have an option to change it?
You're going through ...->Edit to edit the Payment Link? (not clicking on Manage beside the Payment Methods section)
Oh, hm, yeah. It looks like it's missing when you're updating a Payment Link where the customer can choose what they pay, keeping you from changing what was provided when the Payment Link was created.
I'd suggest reporting that you can't toggle that setting through the dashboard to our Support team so it can be investigated further:
https://support.stripe.com/?contact=true
In the meantime creating a new Payment Link is likely the best path forward.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
OK, I'll give both a shot. Thanks!