javascript - How can I make payments flow directly through my website, which acts as a proxy, to the actual seller? -


i have started creating website allows users search through various digital products , buy them. going according plan, i've hit problem far payment concerned.

the idea is, if user buys on website, appears them have bought us, appears seller has been bought website. ultimately, means site acts proxy transaction, transaction between buyer , seller, , no money should ever in own possession. however, i'm unsure of how this.

the simplest way this, using paypal, since user click 'buy paypal, , redirected usual paypal screen sellers website redirect to.

the issue not sellers use paypay - accept card payment. i'm guessing 2 options in case be

  1. somehow copy card payment form inputs sellers website mine, details being (indirectly) typed sellers website.
  2. create own secure payment form details given , (securely) passed on seller of resource.

may reiterate seller should not able tell sale has come through website, , buyer should given illusion nthat buying resource website.

what easiest , secure way this?

thanks.

what understand question trying make aggregator website .

of top of mind there 2 ways try solve this.

  1. check if these sellers have active affiliate program. easier way out.

  2. try , create iframe around payment process seller has . mind possibility , not sure work. involves more work because 1 solution may not work sellers.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -