#shaneCC-application-fees

1 messages · Page 1 of 1 (latest)

remote lodge
#

Great question, so our thinking on this is that with Subscriptions you don't always know in advance how much you will want to charge your customer.

#

A lot of things can change it one way or another, invoice items for extra fees, prorations, etc

#

If you don't like that solution, you directly set the application fee amount in cents by listening for the invoice.created event and making an invoice update call that passes your fee in cents to the application_fee param

#

Which unfortunately does not work for the first invoice as that is paid immediately so you do need to use the percentage there.

frozen silo
#

Makes sense! I'm assuming since the amount version is not listed in the api docs for subs, that it is not an option to use?

#

Would be cool if Subs could support both options 🙂

remote lodge
#

I will raise your feedback internally!

frozen silo
#

Ok cool that makes sense. And thank you! Appreciate your time