#knoxjeffrey_unexpected

1 messages ¡ Page 1 of 1 (latest)

fresh sundialBOT
#

👋 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/1256176545572196352

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

lapis peak
#

hi! do you have an example PaymentIntent ID pi_xxx for this?

jaunty bronze
#

Hello! Yes, this was the last one that was created pi_3PWZuhPxKz7O4HwX03qnHabx

lapis peak
#

hmm ok. This is from a SubscriptionSchedule not a CheckoutSession?

jaunty bronze
#

Ah sorry, I've been testing so many different ones! It's actually the same behaviour in both cases however. I'll provide a CheckoutSession as well though - I think this should be one pi_3PWKbkPxKz7O4HwX1NNryabt

#

Interesting about those other settings though. On those settings the only thing turned on is "Credit or debit card" and not the other options that appear. Can those be overridden on the connected account? I keep getting redirected when I access it.

lapis peak
lapis peak
#

as to your issue, I think passing payment_method_types is ignored if you're using mode:"subscription" and we just use the invoice settings. Let me ask a colleague.

jaunty bronze
#

I also have another payment intent (pi_3PWKiEPxKz7O4HwX01ZrrYVB) from just generating an invoice through the API using Stripe::Invoice.create which I assume should also inherit from those same settings you've referenced. In that case I'd expect the payment_method_types to be the same but it has 1 extra - ["bacs_debit", "card", "paypal", "wechat_pay"]

fresh sundialBOT
pine fossil
#

Hey! Taking over for my colleague.

from just generating an invoice through the API using Stripe::Invoice.create which I assume should also inherit from those same settings you've referenced
Yes

#

Let me know if there's any follow-up Qs I can answer!

jaunty bronze
#

Hi! If they are all inheriting from the same settings why do I end up with wechat_pay in that last case but not the others?

pine fossil
jaunty bronze
#

No probs. pi_3PWKiEPxKz7O4HwX01ZrrYVB was from the Invoice flow and pi_3PWKbkPxKz7O4HwX1NNryabt for Subscription

pine fossil
#

Thanks checking...

jaunty bronze
#

Yep sure. Here's the 1st one pi_3PWbvfPxKz7O4HwX0xpUGC3k

#

and the other pi_3PWbxuPxKz7O4HwX0mU55ZcG

jaunty bronze
pine fossil
#

I see yes... checking...

#

Sorry for my late reply, we are still checking internally...

jaunty bronze
#

No problem, thank you

fresh sundialBOT