Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| object | string | |
| live_mode | boolean | This field will be true if this object exists in the live environment or false if it exists in the test environment. |
| created_at | string | |
| updated_at | string | |
| client_token | string | The client token of the account collection flow. This token can be used to embed account collection in your client-side application. |
| status | string | The current status of the account collection flow. One of `pending`, `completed`, `expired`, or `cancelled`. |
| counterparty_id | string | The ID of a counterparty. An external account created with this flow will be associated with this counterparty. |
| external_account_id | string | If present, the ID of the external account created using this flow. |
| payment_types | array | |
| receiving_countries | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/account_collection_flow",
"title": "account_collection_flow",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"object": {
"type": "string"
},
"live_mode": {
"type": "boolean",
"description": "This field will be true if this object exists in the live environment or false if it exists in the test environment."
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"client_token": {
"type": "string",
"description": "The client token of the account collection flow. This token can be used to embed account collection in your client-side application."
},
"status": {
"type": "string",
"enum": [
"cancelled",
"completed",
"expired",
"pending"
],
"description": "The current status of the account collection flow. One of `pending`, `completed`, `expired`, or `cancelled`."
},
"counterparty_id": {
"type": "string",
"format": "uuid",
"description": "The ID of a counterparty. An external account created with this flow will be associated with this counterparty."
},
"external_account_id": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "If present, the ID of the external account created using this flow."
},
"payment_types": {
"type": "array",
"items": {
"type": "string",
"enum": [
"ach",
"wire"
],
"description": "An account created with this flow will support payments of one of these types."
}
},
"receiving_countries": {
"type": "array",
"items": {
"type": "string",
"enum": [
"USA",
"AUS",
"BEL",
"CAN",
"CHL",
"CHN",
"COL",
"FRA",
"DEU",
"HKG",
"IND",
"IRL",
"ITA",
"MEX",
"NLD",
"PER",
"ESP",
"GBR"
],
"description": "An account created with this flow will support wires from the US to these countries."
}
}
},
"additionalProperties": false,
"minProperties": 10,
"required": [
"payment_types",
"counterparty_id"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/modern-treasury-account-collection-flow"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.