#jonathanhuang13
1 messages · Page 1 of 1 (latest)
hello! can y ou share the corresponding PaymentIntent id for that payment?
Hi yes, here you go: pi_3Om4GeQMIl5Aurf61wyo7QoG
so passing automatic_payment_methods={"enabled": True} is during PaymentIntent creation will determine the payment_method_types that will be shown for that PaymentIntent
i.e. you create the PaymentIntent -> the payment_method_types is determined at that point in time
subsequently, you change the payment method settings -> this has no impact on the PaymentIntent that is already created
does that make sense?
Yeah that makes sense, but the PaymentIntent was created after I changed the settings
hrm, gimme a few minutes, taking a look
Interestingly enough, if I create a Payment Link, the Klarna option works correctly - it shows if the setting is on and it doesn't show if the setting is off
to clarify, right now, your setting for Klarna is on, is that right?
can you create one PaymentIntent now, paste that ID here
then subsequently, turn Klarna off, create another PaymentIntent, and paste this second ID here too
yes
- klarna active: pi_3Om4mcQMIl5Aurf61yN418ZX
- klarna inactive: pi_3Om4nRQMIl5Aurf60piQM8qL
how did you turn off Klarna as a PaymentMethod? Is it from this page? https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Not from that page. I signed into the connected account and when to that connected account's payment method settings
try disabling it from https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts instead
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
oh perfect, that seemed to have worked
just so you're aware, your platform didn't allow the connected accounts to override the platform defined payment methods. Since you're creating a direct charge, I would assume that it's using the PaymentMethods defined in https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts (which is controlled on your platform's Dashboard page)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I see. What does this mean then on this page (https://docs.stripe.com/connect/account-capabilities#payment-methods)? I thought this meant that for Klarna, the connected account must turn the setting on from their end
hrm, that sentence needs to be updated, we'll work on that