PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

SendMassPayment Method

Request to distribute payments to multiple recipients.

Syntax

[VB.NET]
Public Sub SendMassPayment()
[C#]
public void SendMassPayment();

Remarks

Sends a Mass Pay Request to PayPal. Each mass pay request may consist of one or more transactions. Each transaction is specified by the items in Items.

After a successful call to the SendMassPayment method, PayPal will send an Instant Payment Notification email to each RecipientEmail to which you've sent funds.

There are no properties returned by PayPal except for the Ack property. An Ack of "Success" indicates that your payment transactions have been processed. All payments have been successfully withdrawn from your account. The posting of these payment transactions into individual recipient accounts is not handled by the MassPay API, but by a separate PayPal process.

An Ack of "Failure" indicates that an error that prevents processing of the transactions has occurred.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0