Questions tagged [masspay]
51 questions
1
vote
0 answers
Money not received in PayPal MassPay in Sandbox
I'm using PayPal's MassPay feature to send money in sandbox mode. After successful api call I am not getting money transferred to receiver's sandbox account. My API call response is here which says success.
Array
(
[TIMESTAMP] =>…

Riddhish
- 373
- 1
- 8
1
vote
0 answers
Paying my website user with paypal MassPay Paypal
I am Trying to Pay users with Paypal MassPay API from my website.
public function PPHttppost($methodName,$nvpstr){
$setting = $this->globalsetting();
// Set up your API credentials, PayPal end point, and API version.
…

user3873381
- 55
- 11
1
vote
0 answers
Paypal API to process payments to customers with paypal account balance zero?
I'm trying to establish withdrawals facility to my customers using Paypal API. User can simply enter the email and place the request to which we transfer the amount from business account we use.
Here there is one issue, if my Paypal account balance…

Sam
- 169
- 11
1
vote
2 answers
Add multiplie receivers to Paypal Mass Pay using Rails and 'paypal-sdk-merchant' gem
I'm creating an Rails application that must make use Paypal MassPayment API (adaptive payments is Not a option in our case).
I'm using the 'paypal-sdk-merchant' https://github.com/paypal/merchant-sdk-ruby
Following the sample suggested in…

Marc Rosenfeld
- 43
- 7
1
vote
2 answers
MassPay Single Good/Bad Ack for Multiple Payees
I'm using MassPay in the sandbox to pay two recipients. The MassPay response simply says "SUCCESS". I expected a "success" / "fail" outcome for each payee. What if one of the payments is unsuccessful. Does MassPay automatically reverse the…

IanT8
- 2,167
- 2
- 23
- 38
1
vote
1 answer
Fatal error: Class 'PPXmlMessage' not found . what is it?
I was looking the masspay php sdk provided by paypal.com(merchant-sdk-php-master from github) in my sandbox.But it gaves me an error when i tried to pay to one of my sandbox test account. here is the response from paypal server. can anyone help me…

Minas Jean
- 107
- 1
- 14
1
vote
1 answer
Paypal Mass pay IPN with payment_status as Denied
So as per this documentation IPN for mass pay
https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/#id091EB070DUI
we can get the payment_status = denied if that is case do we still get information…

user2563784
- 11
- 2
1
vote
2 answers
PayPal MassPay API - How does it work exactly?
I have gone through the Paypal website, looked at their dozens of FAQS and documents, and still don't have a great idea as to how to integrate the Paypal Masspay API. I was hoping I'd have better luck on here :).
I have an app that gives users…

Americo
- 909
- 5
- 16
- 29
1
vote
1 answer
Paypal Mass Pay API Response Handling
So this is probably more of a discussion item so I apologise if this should go elsewhere.
But I need to handle Responses (IPN) from using Paypal MassPay API.
At the moment I'm handling the Notifications correctly and tracking past payments made…

CStreel
- 2,642
- 2
- 19
- 37
1
vote
1 answer
How to inspect each payment in Mass Pay operation?
I want to send payments to users using Mass Pay operation, but I can't find how to inspect what payments received and what are not.
Here is text from www.x.com:
The response from a Mass Pay call signals only success or failure for the call, it does…

Denys Medynskyi
- 2,353
- 8
- 39
- 70
0
votes
1 answer
Masspay can not pay
I receive the following error when I try to send money using masspay api through my site backend : "The input to the masspay server is incorrect. Please make sure that you are using a correctly formatted input. , Masspay not complete"
The result is…

Kolevris
- 1
- 2
0
votes
3 answers
Paypal API MassPay for 1 user
Any problem in use MassPay to pay 1 user payment? Any disavantage about that? What should i use instead mass pay for single payments?
I see that paypal forum is dead so im aking here.

Tiago Conceição
- 391
- 4
- 18
0
votes
1 answer
Payments with confirmation
Any method of payments through the API requires credentials, but for security reasons I don't want to store credentials on my server.
Can I do payments like this:
1. Using the API make Mass Payments
2. After that, login to my PayPal account and…
0
votes
1 answer
Paypal MassPay API Note and Memo field
While using upload CSV file option to MassPay, we can add "Note" and "Memo" to each transaction which can be used later.
I want to add same "Note" and "Memo" fields in Paypal transactions sent using MassPay API. But I am unable to find any field in…

dipanshu jain
- 1
- 3
0
votes
1 answer
Paypal Masspay API in PHP
I am implementing paypal masspay API in my PHP webpage.
but currently I am stuck at one error which describe below :
MassPay failed: SSL connect error(35)Invalid HTTP Response for POST…

Vinay
- 1
- 2