header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params
Accept
string
required
Default:
application/json
Content-Type
string
required
Default:
application/json
Body Params application/json
status
string
optional
Only return payouts that have the given status: pending, paid, failed, or canceled.
created
object
optional
A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:
gt
string
optional
Return results where the created field is greater than this value.
gte
string
optional
Return results where the created field is greater than or equal to this value.
lt
string
optional
Return results where the created field is less than this value.
lte
string
optional
Return results where the created field is less than or equal to this value.
destination
string
optional
The ID of an external account - only return payouts sent to this external account.
ending_before
string
optional
A cursor for use in pagination. ending_before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.
limit
integer
optional
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
starting_after
string
optional
A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.