I have a restaurant reservations site, which helps customers book an event at a restaurant. When a customer makes a reservation, we take a refundable security deposit from the customer. After the event is held, we reimburse the amount. We get a booking fees from the restaurant, as a percentage of the total tab.
I am in the process of implementing a payment system, like Paypal or a merchant account. Paypal says that they will drop us if the number of refunds are above 5% they will drop us.
I am just trying to figure out the most logical way to get this implemented.
Thanks!