Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 585 Bytes

MassPaymentItems.md

File metadata and controls

13 lines (9 loc) · 585 Bytes

High-Level Examples (Mass Payment Item)

Source Code: MasspaymentitemsApi

List Mass Payment Items (API Reference)

$massPaymentUrl = "https://api-sandbox.dwolla.com/mass-payments/eb467252-808c-4bc0-b86f-a5cd01454563";
$massPaymentItemsApi = new DwollaSwagger\MasspaymentitemsApi($apiClient);

$massPaymentItems = $massPaymentItemsApi->getMassPaymentItems($massPaymentUrl);
$massPaymentItems->total; # => "2"