Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 8.5 KB

File metadata and controls

15 lines (12 loc) · 8.5 KB

ListPayoutsRequest

Fields

Field Type Required Description Example
status Optional[operations.ListPayoutsQueryParamStatus] Filter the list of payouts by their corresponding status.
partner_id Optional[str] Filter the list of payouts by the associated partner. When specified, takes precedence over tenantId.
tenant_id Optional[str] Filter the list of payouts by the associated partner's tenantId (their unique ID within your database).
invoice_id Optional[str] Filter the list of payouts by invoice ID (the unique ID of the invoice you receive for each batch payout you process on Dub). Pending payouts will not have an invoice ID.
sort_by Optional[operations.ListPayoutsQueryParamSortBy] The field to sort the list of payouts by.
sort_order Optional[operations.ListPayoutsQueryParamSortOrder] The sort order for the list of payouts.
page Optional[float] The page number for pagination. 1
page_size Optional[float] The number of items per page. 50