Benjamin
Benjamin

Reputation: 655

Paypal API direct: buyer to seller payment(s)

Is it possible to be the middle man for a Paypal transaction without having anything thing to do with the transaction (PayPal account wise)

so the buyer pays directly into the seller's account and my site verify's the purchase (somehow) and emails download link.

How is this done and yes this is a coding question since it involves PayPal API and possible PHP workaround.

Any help would be happily received.

enter image description here

Upvotes: 3

Views: 656

Answers (1)

ziah75
ziah75

Reputation: 73

Yes, you should use Paypal adaptive payments to achieve this. Note that you need a PayPal Business account. A related question with answer: Online payments for a middleman

Upvotes: 4

Related Questions