#RossBookingLive-customize-fee
1 messages · Page 1 of 1 (latest)
Can you clarify a bit what you mean here by "customer" and "account" here and what fees we are talking about?
It sounds like you're a platform creating subscriptions for connected accounts, and you charge those account holders a monthly fee to provide service and also have an application per per payment/invoice. Is that right?
Yes that is correct
At the moment they all pay the same amount 2.4% billed by stripe to them + 40p, and stripe pay us 1.2% + 20p
We're looking to change up the charging model to reward those that pay higher monthly subscriptions bit not sure if this is possible
so we provide a booking platform where they can get their customers to lgin and pay for bookings like guitar lessons etc
Sure, you set this application fee yourself on each payment/subscription, so you can choose it to be whatever you like based on the service agreement with the account holder
Ahh nice sounds simple enough.
eg using application_fee_amount on a single payment or application_fee_percent on a subscription
Hmm but it isn't a subscription that we're billing for and rather a one off transaction which is then linked to their stripe instance. Would it be safe to say the same functionality exists on non subscriptions?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yep, when you create each payment you choose the amount of the fee taken by your application
Brilliant sounds perfect thanks for your help.
my pleasure 🙂