#lujie-Alipay
1 messages · Page 1 of 1 (latest)
now, website(select or input amount)->checkout page -> select alipay -> go to excashier.alipay.com
i want website(select or input amount)->excashier.alipya.com
I'm afraid you can't bypass Stripe page and go to alipay.com immediately.
i see
can server side render stripe page and click button ,then return url to user?
The Checkout page is hosted in Stripe, do you mean you want to render it from your server?
i use payment-element
help customer select payment method and return the url to customer
for customer, select amount, then redirect to excashier.alipay.com
for our server, receive the amount ->stripe.PaymentIntentParams->select payment method -> return url to business website
OK, and I believe you also set a returnURL for the payment-element, am I right?
yes
let me describe the problem
some china customers access stripe too slowly. We want help customer access stripe in our sever side
can your customer still use PaymentElement? because the PaymentElement is also hosted at Stripe.
yes
if customer access stripe so slow, is there any way to help them speed up access?
These are the list of Stripe domains (https://stripe.com/docs/ips#stripe-domains) please ensure that your integration is able to communicate with these domains.
thanks