#lujie-Alipay

1 messages · Page 1 of 1 (latest)

scarlet pine
#

Hi there, can you explain me a bit more about your use case?

solemn creek
scarlet pine
#

I'm afraid you can't bypass Stripe page and go to alipay.com immediately.

solemn creek
#

i see

#

can server side render stripe page and click button ,then return url to user?

scarlet pine
#

The Checkout page is hosted in Stripe, do you mean you want to render it from your server?

solemn creek
#

i use payment-element

#

help customer select payment method and return the url to customer

#

for our server, receive the amount ->stripe.PaymentIntentParams->select payment method -> return url to business website

scarlet pine
#

OK, and I believe you also set a returnURL for the payment-element, am I right?

solemn creek
#

yes

#

let me describe the problem

#

some china customers access stripe too slowly. We want help customer access stripe in our sever side

scarlet pine
#

can your customer still use PaymentElement? because the PaymentElement is also hosted at Stripe.

solemn creek
#

yes

#

if customer access stripe so slow, is there any way to help them speed up access?

scarlet pine
solemn creek
#

thanks