Questions tagged [masspay]

51 questions
0
votes
0 answers

Masspay paypal option to get ipn response through URL not from paypal account

Is there an option in Paypal Masspay to get notifications about transactions like IPN response through API URL, and not from the Paypal account.
0
votes
1 answer

Check MassPay payment status without IPN/PDT

We operate an application that utilizes PayPal's Mass Payments API to handle bulk payments of our users' customers. We have a listener set up to handle the IPNs for these payments, and process the successes/failures accordingly. Recently, we…
0
votes
1 answer

I want to call PayPal MassPay API in JSON format

https://api-3t.sandbox.paypal.com/nvp - this is for nvp. How to invoke for JSON? are the input parameters the same? what are the response parameters? I want to call this API from a javascript.
0
votes
1 answer

Paypal automatic MassPay payment

Does MassPay can be called without asking for the confirm of the payment? I mean, I have to send the money to my sellers (money that I received before from their clients), but I would like to send money to my sellers every day. Is that possible with…
Dario Rusignuolo
  • 2,090
  • 6
  • 38
  • 68
0
votes
1 answer

Paypal mass payment each recipient payment status

I have used paypal mass pay payment systems and its worked correctly and payment is worked correctly. I have to know each mass pay transaction status. For ex: If we send to 100 receivers in a mass payment i need to know the payment success for these…
anoop
  • 1,604
  • 6
  • 24
  • 50
0
votes
2 answers

PayPal MassPay API

I just bought a script with the Masspay API needed to make an authorized payment at a specific time the "deal" ends. With that said I am unclear why mass pay would need to be enabled for this feature. If someone could please explain what Masspay…
Joshua Hester
  • 117
  • 1
  • 8
0
votes
1 answer

Paypal Masspay API Masspay input parse error

I am using Paypal MassPay API in php. My code was working fine but now I am getting this error. MassPay failed: Array ( [TIMESTAMP] => 2014/07/06T17%3a27%3a04Z [CORRELATIONID] => 5d6bf81231859 [ACK] => Failure [VERSION] => 51%2e0 [BUILD] =>…
ani
  • 191
  • 1
  • 3
  • 12
0
votes
1 answer

Paypal Masspay API for amazon like site

I am developing a website where the users can sell their products. Users can then also buy products on the site, obviously, lol. However the problem is that I am currently using Paypals Parallel Payments and it limits the number of items a user can…
Wes
  • 163
  • 1
  • 12
0
votes
2 answers

Paypal- Mass Pay Implementation

Have been searching for mass pay help but found nothing..!! have read Paypal guide to send credentials and user information to pay but not able to find what format of data it will accept ?? new to Php and paypal ??
ankush madaan
  • 300
  • 1
  • 16
0
votes
1 answer

Get status API for masspay does not return row data while request is in pending status

I use Dwolla masspay API to submit a payment request with a user_job_id. Upon request submission, I call API (https://masspay.dwollalabs.com/api/status/) to get job details by user_job_id. I hope I can get the transaction IDs from the row data and…
0
votes
1 answer

Prevent cheating using Masspay on PayPal

I am using the PayPal MassPay API to award cash rewards to game winners in our application. It is against the rules for a player to try to win more than once per day. When I send a winner his/her cash, he provides an email address which I then use…
0
votes
0 answers

PayPal IPN Messaging - Receive for payment but not for MassPay

I am able to to receive IPN Messages for receiving a payment but I don't receive any IPN messages for a MassPay call and there are no notifications in the sandbox. Has anyone had this issue? Here is the code I used for MassPay in…
JT_Dylan
  • 133
  • 4
  • 15
0
votes
2 answers

Paypal API : Mass Pay uncomprehensible error

I'm trying to get MassPay working on my website. Here's my code: http://pastebin.com/rNGzXrq0 But it's uncomprehensible, as it gives me the error response "the number of input records is less than or equal to zero" even If there is 2 input records…
yachaka
  • 5,429
  • 1
  • 23
  • 35
0
votes
2 answers

Passing the cost of PayPal Mass Pay to recipients

I'm using PayPal mass pay to pay a group of recipients. PayPal currently charges a fee of 2% per mass payment, I would like to pass this fee on to the recipients by reducing the amount I pay them. If, for example, I am paying 10 recipients $10…
David Healey
  • 566
  • 5
  • 20
0
votes
1 answer

Paypal mass payment by using Receiver Account Id

I want to implement paypal mass payment in my portal. I'm using paypal adaptive payment and i have my customers paypal account id like RPSE782P3LRMU. How can i process mass payment by using account id instead of email address?
SENTHIL SARAVANAN
  • 719
  • 1
  • 12
  • 28