#Windy

1 messages · Page 1 of 1 (latest)

dry narwhalBOT
gaunt drift
#

Hi there, when you perform a direct charge, the payment method will be created on the connected account, not platform.

merry spruce
#

So that mean I cannot use 'setup_future_usage' => 'off_session' option for direct charges(connect) ?

gaunt drift
#

You can set the setup_future_usage, what I mean is that the payment method is created in the connected account, so you can't use it in platform.

merry spruce
#

Ok then So when I set setup_future_usage for direct payments , it is not creating payment_method.attached webhook listen in connect . it is only creating below 3 events

gaunt drift
#

Do you have the paymentIntent ID?

merry spruce
#

pi_3MqAeVPMUiW700cP10tTaaU7

gaunt drift
#

It looks you didn't specify a customer on the PaymentIntent

#

You need to set a customer so that Stripe can attach the payment_method to it.

dry narwhalBOT