Create, list, update, and retrieve mass payments using the Dwolla API.
item
is processed one after the other, at a rate between 0.5 sec. - 1 sec. / item. Therefore, you can expect a 1000-item mass payment to be completed between 8-16 minutes.
A mass payment offers a significant advantage over repeatedly calling the Transfers endpoint for each individual transaction. A key benefit is that a bank-funded mass payment only incurs a single ACH debit from the bank account to fund the entire batch of payments. The alternative approach will incur an ACH debit from the bank funding source for each individual payment. Those who used this approach have reported incurring fees from their financial institutions for excessive ACH transactions.
Parameter | Description |
---|---|
id | Mass payment unique identifier. |
status | Either deferred : A created mass payment that can be processed at a later time. pending : A mass payment that is pending and awaiting processing. A mass payment has a pending status for a brief period of time and cannot be cancelled. processing : A mass payment that is processing. complete : A mass payment successfully completed processing. |
created | ISO-8601 timestamp. |
metadata | A metadata JSON object. |
clearing | A clearing JSON object. |
total | The sum amount of all items in the mass payment. |
totalFees | The sum amount of all fees charged for the mass payment. |
correlationId | A string value attached to a mass payment resource which can be used for traceability between Dwolla and your application. |