get https://api.fundraisingbox.com/payouts.xml
Returns a collection of payouts.
Maximum is 100 entries, use the page parameter to get the next results.
(with pagination: /payouts.xml?page={page_number})
List by criterias
GET /payouts.xml?criteria[amount_min]={value}&criteria[amount_max]={value}&page={page_number}
Returns a collection of payouts that fits to a given criteria array.
Maximum is 100 entries, use the page parameter to get the next results.
These criteria are currently available:
amount_min
amount_max
created_time_min
created_time_max
external_payout_id
fb_type_id
id_min
id_max
If no payouts with these criteria exist, an empty payouts container will be returned.