Skip to content

Instantly share code, notes, and snippets.

@wilbertverayin
Last active October 28, 2015 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilbertverayin/f27e99486c53e61ed3b2 to your computer and use it in GitHub Desktop.
Save wilbertverayin/f27e99486c53e61ed3b2 to your computer and use it in GitHub Desktop.
Paypal Mass Pay

Paypal Mass Pay

Documentation

Documentation for Mass Payment https://developer.paypal.com/docs/classic/products/mass-pay/

Usage
  1. Via interface
  2. Via API
Fees
  1. On Set Up
    • There are no set-up costs or monthly fees to send Mass Payments.
  2. On Payment
    • Payer
      • PayPal charges the sender a percentage of each payment with the fee capped at a set amount in your primary currency.
    • Receiver
      • Mass payment recipients pay no fee regardless of the type of PayPal account they have. To see the fees charged for a specific Mass Payments transaction, look in its Transaction Details page.
Sending Limitation

There is no limit on the total amount of the mass payment. In the U.S., each individual payment can be no more than $10,000.00 USD. For accounts in other countries, the maximum individual payment varies according to the payments standard sending limit.

Reporting

Reviewing Mass Payments https://developer.paypal.com/docs/classic/mass-pay/integration-guide/MassPayReporting

Payment Statuses
  • Processing - You have requested a mass payment and the disbursements are working their way through the system.
  • Denied - Your funds were not sent and the Mass Payments transaction was not initiated. This may have been caused by lack of funds.
  • Processed - Your Mass Payments file has been processed and all payments have been sent.
  • Completed - All of your payments have been claimed, or, after a period of 30 days, unclaimed payments have been returned to you.
curl -s --insecure https://api-3t.sandbox.paypal.com/nvp --data "USER=source_api1.any.tv&PWD=5NCPZJ4MGGFZKUTX&SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31Aq3sDs2Or53ew8JPof8wBJtuAC1n&METHOD=MassPay&VERSION=90&RECEIVERTYPE=EmailAddress&CURRENCYCODE=USD&L_EMAIL0=destaaa@any.tv&L_AMT0=4.00&L_EMAIL1=destbbb@any.tv&L_AMT1=5.00&L_EMAIL2=destccc@any.tv&L_AMT2=6.00"
TIMESTAMP=2015%2d10%2d28T08%3a12%3a47Z&CORRELATIONID=57c61f7f3e7ea&ACK=Success&VERSION=90&BUILD=18308778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment