#zelda.zonk
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
are you using this param https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what is the application_fee_amount for then?
so my client wants to add a fee on top of each subscription billing of .05 cents
sorry 0.50 cents
what do you mean by your client? would you mind elaborating your use case please?
im the developer. with each subscription billing, add 50cents to invoice as fee, is this possible?
why not just up the price 0.50cents?
i want to see it as fee on invoice, is this possible?
i can do it with paymentIntents
what do you mean by that?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh nvm, thats only for connect too
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
so it looks like i just have to add it to total amount on payment, and subcription amount for subscriptions
you can add another price in the subscription that is called "application fee"
thats true
so would that mean when creating subscription, you add two line items, one for product price and one for application fee price?
yes