#RossBookingLive-customize-fee

1 messages · Page 1 of 1 (latest)

scenic ether
#

Can you clarify a bit what you mean here by "customer" and "account" here and what fees we are talking about?

glacial fog
#

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?

gleaming niche
#

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

glacial fog
#

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

gleaming niche
#

Ahh nice sounds simple enough.

glacial fog
#

eg using application_fee_amount on a single payment or application_fee_percent on a subscription

gleaming niche
#

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?

glacial fog
#

yep, when you create each payment you choose the amount of the fee taken by your application

gleaming niche
#

Brilliant sounds perfect thanks for your help.

glacial fog
#

my pleasure 🙂