#aliaksei_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253348739045785753
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Yes
Can you show me your Express Checkout Element client-side code?
Ah Amazon Pay can't be used for recurring payments
So it won't work with mode: subscription
You would have to use mode: payment to use Amazon pay
are there any ways to make recurring payments with Amazon Pay? not the Express Checkout Element
Unfortunately it doesn't look like Amazon Pay works for subscription payments yet
is it possible to do it on server side?
https://docs.stripe.com/billing/subscriptions/amazon-pay?api-integration=checkout
Ah yeah so it looks like it just wasn't added to the Express Checkout Element
So you'll need to use one of the solutions on that page
thank you.
can I ask you about another payment methods?
Sure
as I understand Cash App Pay and Revolut Pay (I have a UK-based stripe account) are available in Payment Element?
https://docs.stripe.com/payments/payment-element
and do they support subscription?
Yes. You can find more info here: https://docs.stripe.com/payments/cash-app-pay and here: https://docs.stripe.com/payments/revolut-pay
I have to install the Revolut/CashApp application or be signed in on the web site, to see the option on checkout page? how does the Stripe decide to show these payment methods tabs?
You shouldn't have to be signed in
A number of factors
Mostly whether or not it's enabled on the account, supported in the customer's country, supported in the account owner's country, etc