#jonathanhuang13

1 messages · Page 1 of 1 (latest)

shell duneBOT
placid ridge
#

hello! can y ou share the corresponding PaymentIntent id for that payment?

delicate canopy
#

Hi yes, here you go: pi_3Om4GeQMIl5Aurf61wyo7QoG

placid ridge
#

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?

delicate canopy
#

Yeah that makes sense, but the PaymentIntent was created after I changed the settings

placid ridge
#

hrm, gimme a few minutes, taking a look

delicate canopy
#

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

placid ridge
#

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

delicate canopy
#

yes

  • klarna active: pi_3Om4mcQMIl5Aurf61yN418ZX
#
  • klarna inactive: pi_3Om4nRQMIl5Aurf60piQM8qL
placid ridge
delicate canopy
#

Not from that page. I signed into the connected account and when to that connected account's payment method settings

placid ridge
delicate canopy
#

oh perfect, that seemed to have worked

placid ridge
#

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)

delicate canopy
placid ridge
#

hrm, that sentence needs to be updated, we'll work on that