Synctera · Schema
add_vendor_accounts_request
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| business_id | string | The identifier for the business customer associated with this external account. Exactly one of `business_id` or `customer_id` must be specified. |
| customer_id | string | The identifier for the personal customer associated with this external account. Exactly one of `customer_id` or `business_id` must be specified. |
| customer_type | object | |
| vendor | object | |
| vendor_access_token | string | The token provided to link external accounts. For Plaid, this is their `access_token`. |
| vendor_account_ids | array | The list of vendor account IDs that the customer chose to link. For Plaid, these are `account_id`s. |
| vendor_customer_id | string | The identifier provided by the vendor for the customer associated with this external account. |
| verify_owner | boolean | If true, Synctera will attempt to verify that the external account owner is the same as the customer by comparing external account data to customer data. At least 2 of the following fields must match: |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/add_vendor_accounts_request",
"title": "add_vendor_accounts_request",
"properties": {
"business_id": {
"description": "The identifier for the business customer associated with this external account. Exactly one of `business_id` or `customer_id` must be specified.\n",
"example": "144405a0-1cac-455e-89c9-fd06b97fdbe3",
"format": "uuid",
"type": "string"
},
"customer_id": {
"description": "The identifier for the personal customer associated with this external account. Exactly one of `customer_id` or `business_id` must be specified.\n",
"example": "6bcc6fab-7bbd-4356-bdfc-3b9b93115a6e",
"format": "uuid",
"type": "string"
},
"customer_type": {
"$ref": "#/components/schemas/ext_account_customer_type"
},
"vendor": {
"$ref": "#/components/schemas/external_account_vendor_values"
},
"vendor_access_token": {
"description": "The token provided to link external accounts. For Plaid, this is their `access_token`.\n",
"example": "access-sandbox-de3ce8ef-33f8-452c-a685-8671031fc0f6",
"minLength": 1,
"type": "string"
},
"vendor_account_ids": {
"description": "The list of vendor account IDs that the customer chose to link. For Plaid, these are `account_id`s.\n",
"items": {
"description": "The Plaid account_id.",
"example": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"minLength": 1,
"type": "string"
},
"minItems": 1,
"type": "array"
},
"vendor_customer_id": {
"description": "The identifier provided by the vendor for the customer associated with this external account.\n",
"example": 380,
"type": "string"
},
"verify_owner": {
"default": false,
"description": "If true, Synctera will attempt to verify that the external account owner is the same as the customer by comparing external account data to customer data. At least 2 of the following fields must match: name, phone number, email, address. Verification is disabled by default.\n",
"type": "boolean"
}
},
"required": [
"customer_type",
"vendor"
],
"type": "object"
}
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/synctera-add-vendor-accounts-request"
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.