Reputation: 655
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.
Upvotes: 3
Views: 656
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