php - How to sit between seller and buyers as a payment gateway -


i need solution process creating website have payment processing. payments have 3 parties let me explain below.

  1. fund sender (buyer)
  2. primary receiver (site owner)
  3. fund receiver (seller)

i want if sender (buyer) send 10 usd site owner receive , system show balance of 8 usd in balance of receiver (seller) once receiver (seller) balance greater or equal 50 usd receiver (seller) can release fund there verified payment system.

now want real story need system in php, need answer following questions.

  1. which payment gateway need adopt ?
  2. i don't have paypal can without paypal?
  3. is there ready made code in github?

many thanks

there tons of payment solutions out there. please use google, of them have apis none free... (paypal kinda dont have)

you acting bank in plans, next google recommend lawyer....


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -