#Martin Gaibisso
1 messages · Page 1 of 1 (latest)
Hi there!
That's possible if you use capture_method: manual for the PaymentIntent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
And when you do capture the funds, change the application_fee depending on the payment method used.
I see, thanks for your response!