User Guide

Table Of Contents
Mass Payments User Guide January 2013 23
Using the Mass Payments API
MassPay API Using NVP
3
SOAP MassPay Response Message
The elements returned are the same as for AbstractResponseType.
The response message follows the
standard SOAP response structure.
MassPay API Using NVP
The following is a sample MassPay API call to two recipients using the PayPal Name-Value
Pair (NVP) API. The recipients are specified by email address.
USER=fictionaluser.unknowncompany.com&
PWD=apiPassword&
SIGNATURE=AFcFxV21C7fd0v3bYYYRCpSSRl31ACInnLACIHV5EdPnjIVOlb1a6kn9&
VERSION=2.3&
METHOD=MassPay&
RECEIVERTYPE=EmailAddress&
L_EMAIL0=fred@unknowncompany.com&
L_AMT0=25.99&
L_EMAIL1=john@fictionalcompany.com&
L_AMT1=9.99&
CURRENCYCODE=USD
NOTE: Carriage returns have been added to the code example for easier reading.
For more information on implementing the MassPay API using NVP, see the
PayPal Name-
Value Pair API Developer Reference Guide.
The following sections contain a list and descriptions of the MassPay fields:
“NVP MassPay Request Message” on page 24
“NVP MassPay Response Message” on page 24