Questions tagged [masspay]

51 questions
0
votes
1 answer

Can one enable emails for PayPal MassPay API in sandbox mode?

It appears that when in sandbox mode, MassPay doesn't send any email. However for my test environment, where my application is making (sandbox) API calls to send money to an email address, I'd still prefer that the the email address I provide to…
Aaron Silverman
  • 22,070
  • 21
  • 83
  • 103
0
votes
1 answer

PayPal - Need Payments Pro to Test Mass Pay?

This seems like an easy question, but as a developer do I need payments pro on my business account to test out the mass pay API for a client? The app will eventually sit on their PayPal account and they have payments pro. Asking because I keep…
Eric
  • 640
  • 12
  • 32
0
votes
1 answer

Can't solve error, when sending Mass Pay call

Hello I want to use Mass Pay API. I'm using RubyOnRails. Here is my code: require 'httpclient' clnt = HTTPClient.new credentials = { 'USER' => 'payer_1342623102_biz_api1.gmail.com', 'PWD' => '1342623141', …
Denys Medynskyi
  • 2,353
  • 8
  • 39
  • 70
-1
votes
1 answer

Does Foxy Cart Support payment to multiple recipients in a single transaction?

I have a shopping website. For example user 1 registered in my website uploads a digital item for $10 and User 2 buys this product. Now 18% of $10 goes to the admin and the rest goes to user 1. So here payment goes to two people at same time; one…
-1
votes
1 answer

How to send mass payments using rails?

I'm using Rails and need to send money to my users. Here is my function: def self.send_money(to_email, how_much_in_cents, options = {}) credentials = { "USER" => API_USERNAME, "PWD" => API_PASSWORD, "SIGNATURE" => API_SIGNATURE, } params…
Denys Medynskyi
  • 2,353
  • 8
  • 39
  • 70
-3
votes
1 answer

Paypal Mass payment Fee Charge

It is unclear how much paypal charges when we do mass payment from our application.Would anybody let me know the details. currently i found "For Mass Payments to recipients within the U.S., the fee is 2% of total up to $1 per payment. For Mass…
Rajesh
  • 138
  • 8
1 2 3
4