Exports a list of all payouts for a specific merchant as a CSV file.

Authorization: End user token is required.

Path Params
uuid
required

Required. The ID of the merchant to get the payouts for.

Query Params
int32

The page number from where records are retrieved.

int32

The number of records to be retrieved from a page.

statuses
array of strings

An optional status filter for the payout records.

statuses
date-time

The date filter to apply to retrieve payouts created after this date.

date-time

The date filter to apply to retrieve payouts created up until this date.

string

The text filter to apply to retrieve payouts with a similar title, description, merchant name or contact information.

string
enum

The currency filter to apply to retrieve payouts with this currency.

double

The amount filter to apply to retrieve payouts that exceed this amount.

double

The amount filter to apply to retrieve payouts that don't exceed this amount.

tags
array of uuids

The tag filter to apply to retrieve payouts with at least one of these tags.

tags
string

Optional expression to sort the order of the payouts.

Responses

202

Accepted: The request to export payouts as csv has been accepted for processing but is not yet completed.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/csv