#Windy
1 messages · Page 1 of 1 (latest)
Hi there, when you perform a direct charge, the payment method will be created on the connected account, not platform.
So that mean I cannot use 'setup_future_usage' => 'off_session' option for direct charges(connect) ?
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.
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
Do you have the paymentIntent ID?
pi_3MqAeVPMUiW700cP10tTaaU7
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.