Reputation: 1448
I want to make payment from credit card to 2 Paypal account users. sender will not create either Paypal account or merchant account, he will send payment using only credit card.
Thank you for a help.
Upvotes: 3
Views: 357
Reputation: 3238
Parallel payments enable a sender to send a single payment to multiple receivers. For example, your application might be a shopping cart that enables a buyer to pay for items from several merchants with one payment. Your shopping cart allocates the payment to merchants that actually provided the items. PayPal then deducts money from the sender's account and deposits it in the receivers' accounts.
You've got two main options: use the Mass Pay Api or try out the new Adaptive Payment Api.
The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs, so that's where i'd start if i were you. It supports SOAP, NVP, JSON and plain XML. MassPay has both a SOAP and NVP interface.
IPNs are a totally different subject:Paypal
Upvotes: 2