#lukas.fish
1 messages · Page 1 of 1 (latest)
Hello there
hi
You likely want to use application_fee_percent: https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
ahhh do I have to add that when creating the subscription object?
You can also pass it on update: https://stripe.com/docs/api/subscriptions/update#update_subscription-application_fee_percent
Thank you
you're the best
wait
1 more question
if I pass 12% on create will it be set to null when I dont pass anything on update or will it stay on 12%
It would stay and you would need to clear it out via setting it to 0 explicitly if you wanted to clear it
Sure
can I do this in a checkout session
?