GET
stripe_payouts_list.py
from charter.packs import stripe
result = await stripe.payouts_list.ainvoke({})
Pages by cursor:
data[-1].id is sent back as starting_after.Query parameters
| Field | Type | Description |
|---|---|---|
limit | integer | A limit on the number of objects to be returned, between 1 and 100. Defaults to 10. ≥ 1; ≤ 100; defaults to 10 |
startingAfter | string | A cursor for use in pagination: an object ID that defines your place in the list. To get the next page, pass the id of the last object in the current page. |
endingBefore | string | A cursor for use in pagination: an object ID that defines your place in the list. Returns the page before the named object. Mutually exclusive with starting_after. |
status | PayoutStatusFilter | Only return payouts with this status. A payout Stripe has sent to the bank but not settled reports ‘in_transit’ on the object, which this filter does not document. |
destination | string | Only return payouts sent to this external account: a bank account or card, not a connected account. |
created | CreatedFilter | Only return records created in this window. |
arrivalDate | CreatedFilter | Only return payouts expected to arrive in this window. |