#shawn_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/1217662475663577148
📝 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.
- shawn_unexpected, 15 hours ago, 24 messages
Hi, have you tried my colleague suggestion from yesterday? I believe if you have it as off_session and Automatic Payment method it should let your customer to pay by Link
Feel free (and make sure to!) to test in Test mode before launching
And I think it should be working with non-USD currency too. Have you encountered an error?
Yes we are planning to do deploy the suggestiong. Before deploy, we would like to knwo how to trigger the payment by link, just make sure we can do the right test.
when a customer is going to do the payment, I think it Stripe divide to let them pay by
when a customer is going to do the payment, I think it Stripe divide to let them pay by Card/Link?
so make sure we can trigger Link payment is the key for our test next. Actually I am a frequent user of my APP, it seems I never used Link in the past
If you setup correctly, when a customer visiting your page, it should display Card with an option to pay by Link
this is the typical page in my APP, I guess this means only Card option is displayed?
Is that PaymentElement?
Can you share the request id which you created this PaymentIntent?
request-id:req_KZzSPEAxR7xy6G
this si the one which failed to pay yesterday
if the request id for the pic i just sent is need, I will go get it , it may need 4 mins
we need one which implemetionnt the sugges
Maybe just foucs on this first?
图片
this is the typical page in my APP, I guess this means only Card option is displayed?
we cannot implement before we fully understand
It's likely so yes
You want to try my colleage suggestion in Test mode
This is no harm to try in Test mode
thanks
last question, I think Stripe will make the judgement for whether to provide Link option based on these criterias, right ? which means if the transaction does not satisfy all the criterias, the link payment will not be provided to the customers??
I am think should we choose to support Link function, Since our APP is used in Australia, and the curreny is AUD
Hmm isn't that only bank?
Link with Card is possible with non-USD
if we choose to close Link payment, i assume there is no effect on the existing Card payment ,right?