Retrieve payouts

How to retrieve payouts by date or payout ID

Learn how to retrieve payouts by date or settlement.

Prerequisites

To make calls to the Transfers API, you must have:

Retrieve payouts for a date range

Call the listPayouts operation with the createdAfter and createdBefore query parameters to list all payouts within that time range.

Retrieve payouts for a specific settlement

Call the listPayouts operation with the payoutId query parameter to list all payouts for the specified settlement.


Did this page help you?