Questions tagged [masspay]
51 questions
14
votes
5 answers
Paypal Sandbox API: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
I am getting an exception while using PayPal MassPay API in sandbox mode.
The same code worked earlier, now it is giving me an SSLHandshakeException. I think this is because of PayPal's latest SSL certification updates. Could someone can help me fix…

Syam Danda
- 587
- 3
- 12
- 34
9
votes
3 answers
Retrieving PayPal MassPay transaction status with the original correlation ID
We have a system that sends money to our users via the PayPal MassPay API and it works fine, but here is the problem: I can't find a way to retrieve the status of the MassPay transaction through PayPal's API.
The first thing I looked into was using…

dandemeyere
- 341
- 1
- 4
- 14
6
votes
1 answer
Why money not transferred through Paypal MassApi while getting success in response
Hi i am integrating MassPay Api in my project i want to sent bulk payments through masspay api i am integrating on codeigniter. i have created two function for this and get correlation id and success message but when i see my sandbox paypal account…

Ayaz Shah
- 435
- 1
- 5
- 24
5
votes
2 answers
Does google wallet offer an api to send money from person to person and/or mass pay?
Our company's system sends hundreds of small payments ($5 to $100 usually) per week to people via the API's offered by paypal and dwolla. Does google wallet's API offer an equivalent capability?

Justin H.
- 251
- 3
- 11
4
votes
2 answers
Is the Payout (REST api) functionality meant to replace Mass Pay (classic merchant api)?
It appears as though the newish payout (including batch) endpoints more or less match up with the older MassPay functionality. The fee structures seem to match up, with payouts having an advantage for transfers within the US. Even some of the events…

Chris Green
- 41
- 2
3
votes
1 answer
Unique transaction reference in Paypal NVP Masspay response
I need some unique field in Paypal NVP Masspayment so that I can refer that transaction instantly and gather all informations like transaction fee etc.
Please help . At the moment it seems that paypal doesnt return any field to search a specific…

Manish Mudgal
- 1,166
- 1
- 9
- 24
3
votes
0 answers
Trying to do masspay for the first time and receiving an error.
I am trying to create a dummy request to masspay and am running into trouble. The masspay is crashing and returning this.
com.paypal.sdk.exceptions.TransactionException: The underlying connection was closed: An unexpected error occurred on a…

jttj109
- 31
- 2
2
votes
0 answers
Pay Pal Mass Pay IPN - Payment(batch) Status and single payment Status
We are sending payouts to our users with the MassPay API.
Our system works in a way that each MassPay batch includes only a single payment.
Our problem is that its not entirely clear how the MassPay IPN statuses work.
The PayPal docs say that there…

Eli Katzav
- 353
- 1
- 3
- 9
2
votes
3 answers
paypal masspay : Insufficient funds response
I have created a Paypal mass pay application but it responds with an 'Insufficient funds' error.
Code is given below:

Bhavin Radadiya
- 63
- 3
- 7
2
votes
0 answers
Paypal, Masspay: 10321 - Insufficient funds
I'd like to use Masspay method from Paypal API. I have an account for business in sandbox with balance more than I need to pay. So, I tried to make a cURL request for masspay, like this (just for test):
$url =…

Aleksei Golubev
- 342
- 3
- 11
1
vote
0 answers
Paypal MassPay api get data from IPN
I am using papyal MassPay api to send payment. While sending payment paypal not returning payment status and transaction ID as well. The only way to get details is from IPN. But i am stuck with the IPN. I am not getting how i can check each…

Hardik
- 1,283
- 14
- 34
1
vote
0 answers
How to use PayPal mass payments with Django?
I have figured out how to receive payments using django-paypal library from python, but i couldn't find the feature that would send the funds to other users.
Although there wasn't such feature in django-paypal, i have found out PayPal's mass…

ShellRox
- 2,532
- 6
- 42
- 90
1
vote
1 answer
Swift PayPal MassPay post call fails. can anybody point me in the right direction
this code is expected to do a Payout in PayPal using MassPay. It fails and I don't get a response from PayPal that tells me what is going on. Can somebody point me in the right direction?
let postsEndpoint: String =…

lguerra10
- 249
- 3
- 5
1
vote
0 answers
PayPal Sandbox Batch Payout - SENDER_RESTRICTED
I am attempting to make a sandboxed PayPal batch payout and I receive the following error:
{
"debug_id": "c0c02d9a5a9f2",
"information_link": "https://developer.paypal.com/webapps/developer/docs/api/#SENDER_RESTRICTED",
"message":…

mils
- 1,878
- 2
- 21
- 42
1
vote
1 answer
Using Paypal MassPay in an eCommerce application (revenue shares, commissions)
I understand that Paypal's MassPay can be used to, as a business, quickly make payments to multiple people. I also understand that the business sending the mass payment is responsible for the transaction fees, and that the recipients of the payments…

Matt Rains
- 21
- 1