#bruno_unexpected

1 messages Β· Page 1 of 1 (latest)

ornate rampartBOT
copper nimbusBOT
#

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.

ornate rampartBOT
#

πŸ‘‹ 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.

shell cloak
#

hi! do you have more context like a PaymentIntent ID or a testing page or what integration you're using?

nocturne lily
#

Hey! Sure. I've tried using Stripe invoice URL and also payment element directly on our page. This is the invoice ID: in_1PoNcoGdanZNGPvtBO0W9hXL

shell cloak
nocturne lily
#

Ah, good catch πŸ€” Same also happens with elements though

shell cloak
nocturne lily
#

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

shell cloak
#

eur or cny can work

nocturne lily
#

Let me give it a try with Stripe checkout, one sec

shell cloak
#

to be clear I don't know yet why that invoice finalized without alipay, checking some logs

#

so that is why it won't show up as a payment method on that invoice

ornate rampartBOT
nocturne lily
#

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

shell cloak
#

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

nocturne lily
#

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 😁

noble plaza
#

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.

nocturne lily
#

Is it possible to save AliPay using payment element instead of checkout?

noble plaza
#

Sure.

nocturne lily
#

Perfect. Thanks πŸ™‚ I'll see how to proceed internally

noble plaza
#

Happy to help.