I am a new web-dev with what I think is a good idea. This idea requires handling payments.
I want to be able to accept a payment from user A, keep the payment for a set amount of time as an escrow, and then release the payment to user B's bank account after a set amount of time, and also charge a service fee, thereby reducing the amount paid to the bank account.. Occasionally, payments will need to be refunded to user A. I want to integrate such payments into a website.
I want this to happen automatically, without having to handle each payment myself.
I have tried to find a service that does this, but the big ones that come to mind (Square, Paypall) don't seem to be set up for this.
Any suggestions of payment processing services would be appreciated. I am new to web dev – but feel free to be technical and I will figure it out.
Thanks.