#bruno_unexpected
1 messages Β· Page 1 of 1 (latest)
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.
π 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/1273956110180679710
π Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! do you have more context like a PaymentIntent ID or a testing page or what integration you're using?
Hey! Sure. I've tried using Stripe invoice URL and also payment element directly on our page. This is the invoice ID: in_1PoNcoGdanZNGPvtBO0W9hXL
also you mention "Stripe Invoice Page", Alipay is not supported there
https://docs.stripe.com/payments/payment-methods/integration-options#support-wallets
Ah, good catch π€ Same also happens with elements though
but also go to https://dashboard.stripe.com/test/settings/billing/invoice and make sure you have Alipay turned on in "default payment terms"
AliPay cannot be enabled in "Default payment terms" unfortunately... Paypal is also disabled though, but it does show up
Does the charge need to happen in CNY? I added a EUR price for this use case
eur or cny can work
Let me give it a try with Stripe checkout, one sec
to be clear I don't know yet why that invoice finalized without alipay, checking some logs
to be clear Alipay is not supported on subscriptions, per the matrix I posted earlier and also
https://docs.stripe.com/payments/alipay/accept-a-payment?web-or-mobile=web&payments-ui-type=stripe-hosted#compatibility
Recurring subscription plans arenβt supported.
so that is why it won't show up as a payment method on that invoice
Ah I see... I thought it would be possible to charge at least for the first biling cycle
Like, user pays > payment is received > User goes back to the page when renew time comes
that would be using collection_method:"send_invoice" which is not what you're using, you can try it but I don't think it works really
Trying right now, one sec
It does show more options, but unfortunately not AliPay π
Just tried with one-off price and it works like you said
I'll see what we can do here to add it. Thank you very much π
Recurring payments for Alipay require approval from Stripe Support: https://support.stripe.com/?contact=true
However I am still not sure it will be enabled on Checkout. What you can do instead, is save the Alipay PaymentMethod via Checkout in mode=setup, and then create a Subscription using this PaymentMethod.
Is it possible to save AliPay using payment element instead of checkout?
Sure.
Perfect. Thanks π I'll see how to proceed internally
Happy to help.