List payout methods
Returns a list of active payout methods configured for a company, ordered by most recently created.
Required permissions:
- payout:destination:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of the company to list payout methods for.
Response
A successful response
Example response
{
"data": [
{
"account_reference": "****1234",
"company": {
"id": "biz_xxxxxxxxxxxxxx"
},
"created_at": "2023-12-01T05:00:00.401Z",
"currency": "USD",
"id": "potk_xxxxxxxxxxxxx",
"institution_name": "Frost Bank",
"nickname": "Ops checking"
}
]
}Changes
Changed in 1 of the 74 revisions of this API.11
- ▲
added the new required
queryrequest parameteraccount_idnew-required-request-parameter
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.