i need a solution so process is that i am creating a website that will have a payment processing. so payments have three parties let me explain below.
- Fund Sender (buyer)
- Primary Receiver (site owner)
- Fund receiver (seller)
i want if sender (buyer) send 10 usd then site owner receive and system show balance of 8 usd in balance of receiver (seller) once receiver (seller) get balance greater or equal to 50 usd then receiver (seller) can release his fund to there verified payment system.
Now i want you to real story i need this system in php, so i also need a answer the following questions.
- Which payment gateway i need to adopt ?
- I don't have paypal can i do without paypal?
- is there any ready made code in github?
Many thanks