#knoxjeffrey_unexpected
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/1256176545572196352
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi! do you have an example PaymentIntent ID pi_xxx for this?
Hello! Yes, this was the last one that was created pi_3PWZuhPxKz7O4HwX03qnHabx
hmm ok. This is from a SubscriptionSchedule not a CheckoutSession?
note that payments made through Invoices like this, use a different set of settings on https://dashboard.stripe.com/settings/billing/invoice and not the general payment method settings (which is confusing but I feel like this is likely the root of your issue)
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.
Also, in what scenarios are the settings on https://dashboard.stripe.com/settings/billing/invoice used?
generally the owner of the Standard connected account logs into their Dashboard and controls them, not the platform
when a payment is via an Invoice(so subscriptions)
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.
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"]
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!
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?
What are the two PI that were creating from a Subscription/Invoice flow and have wechat_pay diff ? oucld could you please share two PaymentIntents ?
No probs. pi_3PWKiEPxKz7O4HwX01ZrrYVB was from the Invoice flow and pi_3PWKbkPxKz7O4HwX1NNryabt for Subscription
Thanks checking...
i see that on the Connected Account acct_1K2f4rPxKz7O4HwX, they had wechat_pay:
https://dashboard.stripe.com/test/settings/billing/invoice
Could you create tow new PaymentIntents now using the same flow (Direct charge on that standard connect account) and share the two new Ids? and could you please don't change the settings of your billing invoice during your test:
https://dashboard.stripe.com/test/settings/billing/invoice
Yep sure. Here's the 1st one pi_3PWbvfPxKz7O4HwX0xpUGC3k
and the other pi_3PWbxuPxKz7O4HwX0mU55ZcG
Where do the bacs_debit and paypal values come from in my payment intents?
I see yes... checking...
Sorry for my late reply, we are still checking internally...
No problem, thank you