List funding recipients
Use this method to return a paginated list of funding recipients linked to your account.
Note: If you want to view the details of a specific funding recipient and you have its recipientId, use our Retrieve Funding Recipient method.
Our gateway returns the following information about each funding recipient in the list:
- Tax ID and Doing Business As (DBA) name.
- Address and contact details.
- Funding accounts linked to the funding recipient.
For each funding recipient, we also return the recipientId, which you can use to perform follow-on actions.
Query parameters
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Headers
Bearer authentication
Response
Successful request. Returns a paginated list of all funding recipients.
Changes
No recorded changes to this endpoint across all 1 revision of this API.