/payouts.json

Returns a collection of payouts.

📘

Pagination

Maximum is 100 entries, use the page parameter to get the next results.

(with pagination: /payouts.json?page={page_number})

Filter by criteria

GET /payouts.json?amount_min={value}&amount_max={value}&page={page_number}

Returns a collection of payouts that fits to the given criteria.

These criteria are currently available:

CriterionDescriptionType
amount_minMinimum amountfloat
amount_maxMaximum amountfloat
created_time_minMinimum creation timedatetime
created_time_maxMaximum creation timedatetime
external_payout_idThe external ID of the paymentstring
fb_type_idAn ID of a payment typeinteger
id_minMinimum IDinteger
id_maxMaximum IDinteger

📘

If no payouts with these criteria exist, an empty payouts container will be returned.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!