#mrkleverr-application-fee
1 messages · Page 1 of 1 (latest)
Hey there 👋 and welcome to Stripe!
Are you creating one-time payments or subscriptions?
Subscriptions
Perfect! For subscriptions you'll want to leverage our application_fee_amount parameter to take a percentage of the amount for your platform.
https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
Thank Toby. I will be using Stripe as a stand alone solution. How/Where can I integrate this coding in Stripe?
I'm sorry, I don't think I follow the question
I just don't know how to make it happens!
Alright, let's take a step back. How are you creating these subscriptions?
in the Dashboard I create a Subscription using the "Schedule Subscription" option to determine the billing cycle.
It's a low volume business, so we will add the customers ourselves and create the subscriptions for them as well. I hope it clarifies.
@fallow nacelle hello! I don't know about Dashboard, I do know that via the API, both Subscriptions and SubSchedules support application_fee_percent to collect an app fee, just don't know whether Dashboard supports it or not
Hi hmunoz, it's the Stripe dashboard, so no integration with any application. Stripe as a stand alone. Thanks