Get all Payments across all Batches

Returns a collection of payments from across a clients batch(es). Payments can be filtered by using the id and status query parameters, and by date by using dateFrom and dateTo.

Payments returned from the query;

  • Payment fields displayed can be controlled by the fields or verbose query parameters
  • Sorting default is by received timestamp. Additional sorting can be applied using the sortBy query parameter
  • Are limited to 1,000 payments per page

Example:
https://masspaysandbox.api.westernunion.com/MassPayments/{customer}/payments?dateFrom=2022-09-21&dateTo=2022-10-03&pageSize=100&pageNumber=1&verbose=false&status=created,processing

Language
URL