You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . PayPal . Merchant . MassPayments
Generates multiple payments from your PayPal Premier account or Business account to existing PayPal account holders.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo uses your PayPal API Username, Password, and Signature to authenticate your account with PayPal, and generates multiple payments from your PayPal Premier account or Business account to existing PayPal account holders. This Choreo can be used to generate automatic payments, such as generating rebates every month based on customer information that you are storing. The documentation for this PayPal resource can be found here.
You can provide the information for multiple payments in one of two formats - XML or CSV.
The following is a sample InputFile using an xml InputFormat:
<rowset> <row> <EmailAddress>test1@temboo.com</EmailAddress> <PaymentAmount>2.50</PaymentAmount> <Currencycode>USD</CurrencyCode> </row> <row> <EmailAddress>test2@temboo.com</EmailAddress> <PaymentAmount>3.50</PaymentAmount> <Currencycode>USD</CurrencyCode> </row> </rowset>
The following is a sample InputFile using a csv InputFormat:
EmailAddress,PaymentAmount,CurrencyCode test1@temboo.com,2.00,USD test2@temboo.com,2.50,USD
When the Choreo completes, a report is returned in the Result output in the same format that you've chosen for your InputFormat.
When working with XML, the Result output will look something like:
<rowset> <row> <Acknowledged>Success</Acknowledged> <CorrelationId>569d2fb79283a</CorrelationId> <ErrorMessage></ErrorMessage>> <Timestamp>2012-04-24T21:26:01Z</Timestamp> </row> <row> <Acknowledged>Success</Acknowledged> <CorrelationId>f78593b3185d</CorrelationId> <ErrorMessage></ErrorMessage>> <Timestamp>2012-04-24T21:26:02Z</Timestamp> </row> </rowset>
When working with CSV, the Result output will look something like:
Acknowledged,CorrelationId,ErrorMessage,Timestamp Success,3752707995084,,2012-04-24T21:27:57Z Success,53a66ecd26166,,2012-04-24T21:27:58Z
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms