v1
latestOpenAPI 3.1.02026-07-241910582.8 KBList Account Collection Flows
Get a list of all Account Collection Flows
get/account_collection_flows
Query parameters
after_cursorstring
per_pageinteger
client_tokenstring
statusstring
One of pending, completed, expired, or cancelled.
counterparty_idstring
Specify counterparty_id to view account_collection_flows for a specific counterparty.
external_account_idstring
Specify external_account_id to view account_collection_flows that created a specific external account.
Response
200
Example response
[
{
"id": "454e874b-ff1d-46e8-9d22-0464615cf1e0",
"object": "account_collection_flow",
"live_mode": true,
"client_token": "ac-live-QVj2yTSt6qRNAzXQGKLHS9qfLF7Gs5JcCYHT5xztgjucGRbS6VfrJBpaNo5SrmfZ",
"status": "pending",
"payment_types": [
"ach"
],
"counterparty_id": "c03581a8-c948-41a9-889a-e5228390fd80",
"created_at": "2023-02-18T03:23:48Z",
"updated_at": "2023-02-18T03:23:48Z"
}
]