Skip to main content
GET
List inbound ACH transfers
Returns inbound ACH transfers ordered by most recent first. Results are paginated.

Query parameters

string
Filter inbound ACH transfers to a specific bank account, prefixed with account_. You can find account IDs using the List bank accounts endpoint. Omit to list inbound ACH transfers across every account you can access.
integer
default:"10"
The number of inbound ACH transfers to return. Maximum is 100.
string
Cursor from the previous response. Omit to fetch from the beginning.

Response

object[]
The list of inbound ACH transfer objects for the requested page.
boolean
Whether more inbound ACH transfers exist after this page.
string | null
Pass this value as cursor on the next request to fetch the following page. null when this is the last page.