Created
October 4, 2012 00:30
-
-
Save xcommerce-gists/3830785 to your computer and use it in GitHub Desktop.
MassPay-ht.curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s --insecure https://api-3t.sandbox.paypal.com/nvp -d | |
"USER=<Caller_ID> | |
&PWD=<Caller_Pswd> | |
&SIGNATURE=<Caller_Sig> | |
&METHOD=MassPay | |
&VERSION=93 | |
&RECEIVERTYPE=EmailAddress | |
&CURRENCYCODE=USD | |
&EMAILSUBJECT= You have a new payment from TEST | |
&[email protected] | |
&L_AMT0=1.23 | |
&L_NOTE0= Thank you for our catered lunch. | |
&L_UNIQUEID0=TxnNo123 | |
&[email protected] | |
&L_AMT1=4.56 | |
&L_NOTE1= Thank you for the Balloons! | |
&L_UNIQUEID1=TxnNo456 | |
&[email protected] | |
&L_AMT2=7.89 | |
&L_NOTE2= Thank you for your cleaning service. | |
&L_UNIQUEID2=TxnNo789" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment