#maria_ilieva28
1 messages · Page 1 of 1 (latest)
We would like to do both eventually but for now it is regarding one time payments.
Now I can see that I can pass payment_intent_data.application_fee_amount when creating the session,
for one time payments, this is the correct way to set the amount that will go to the platform account. but there is a workaround to achieve what you want:
you would set this parameter https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method to manual
and then later, when you decide to capture the funds, you can set the application fee you want https://docs.stripe.com/api/payment_intents/capture