Questions tagged [adaptive-parallel-payment]

A parallel payment is a payment from a sender that is split directly among 2-6 receivers. Technically, a parallel payment is a set of multiple payments made in a single Pay request

A parallel payment is a payment from a sender that is split directly among 2-6 receivers. Technically, a parallel payment is a set of multiple payments made in a single Pay request.

Parallel payments are useful in cases when a buyer intends to make a single payment for items from multiple sellers. Examples include the following scenarios:

a single payment for multiple items from different merchants, such as a combination of items in your inventory and items that partners drop ship for you. purchases of items related to an event, such as a trip that requires airfare, car rental, and a hotel booking. In these cases, the sender knows the receivers and the amount paid to each one. The following example shows a sender paying 3 receivers in a single parallel payment:

enter image description here

Note: This scenario is an example only and does not take PayPal fees into account.

7 questions
9
votes
1 answer

PayPal parallel adaptive payment verification is not remembering the buyer

I have the following requirements: The PayPal verification screen remembers the buyer between transactions. The layout of PayPal verification screen is suitable for mobile devices (responsive layout). Parallel payments (2 and more receivers). Apple…
2
votes
1 answer

Paypal: Is it possible to make parallel payment using stored credit card?

The REST API only supports transactions from a stored credit card in Vault to a business PayPal account, What we need is P2P, we need a way to perform transaction between a sender (a stored credit card in a Vault) to receivers (other PayPal…
1
vote
0 answers

PHP adaptive payments

I'm trying to use Paypal parallel payments with an iOS app and after I found out that the iOS sdk does't support adaptive payments, I decided I would just pass data to a php file and let that handle the parallel payments for me, but I am completely…
1
vote
0 answers

Paypal adaptive payments parallel payments status of each transaction

I mainly recieve two different status from Paypal for Adaptive payments parallel payment as COMPLETE and INCOMPLETE. Problematic one is INCOMPLETE. Here is a sample from $_POST dump: array ( 'transaction' => array ( 7 => 'Completed', …
0
votes
0 answers

Credit Card using Android Adaptive Payments MLP

a bit embarrassing, but after having successfully implemented single and parallel adaptive payments in our Android App (pay using PayPal email), using the PayPal MLP (https://github.com/paypal/sdk-packages/tree/gh-pages/MPL), now we are looking how…
-2
votes
1 answer

PayPal hitting notification URL repeatedly

I have made a payment through paypal adaptive payment and its succecced then i send validation request and i gotted status=VERIFIED here is code : function process_new() { $req =…