v1
latestOpenAPI 3.1.02026-07-241910582.8 KBGet Account Collection Flow
Get details on a single account collection flow
get/account_collection_flows/{id}
Path parameters
idstring required
The ID of the account collection flow.
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"
}