Allow users to collect deposits

Hi all, I’m building a scheduling platform that allows professionals to choose whether they want to receive payments through the platform (via Stripe) or in person (ex. Cash App). I want both types of users to be able to collect deposits on the total amount and these are my questions:

  1. if collecting payments in person, how do I design the app to generally calculate the deposit needed for the customer based on either a fixed number (ex. $25) or a percentage (ex. 25% of $100 total fee).
  2. if collecting through Stripe, how do I design the app to allow collections of a deposit based on either a fixed number (ex. $25) or a percentage (ex. 25% of $100 total fee)

Much thanks!!

This topic was automatically closed after 70 days. New replies are no longer allowed.