Synctera · Schema
add_vendor_account_failure
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| reason | object | |
| reason_description | string | A human-readable message describing the reason for the failure. |
| vendor_account_id | string | The vendor account ID for the account that failed. For Plaid, this is an `account_id`. |
| vendor_error_message | string | The display_message returned by the vendor. Only returned if reason is set to `PROVIDER_ERROR`. For Plaid, this is the `display_message`. |
| vendor_request_id | string | A unique identifier for the request from the vendor, which can be used for troubleshooting. Only returned if reason is set to `PROVIDER_ERROR`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/add_vendor_account_failure",
"title": "add_vendor_account_failure",
"properties": {
"reason": {
"$ref": "#/components/schemas/add_vendor_accounts_error_reason"
},
"reason_description": {
"description": "A human-readable message describing the reason for the failure.",
"type": "string"
},
"vendor_account_id": {
"description": "The vendor account ID for the account that failed. For Plaid, this is an `account_id`.\n",
"example": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"type": "string"
},
"vendor_error_message": {
"description": "The display_message returned by the vendor. Only returned if reason is set to `PROVIDER_ERROR`. For Plaid, this is the `display_message`.\n",
"type": "string"
},
"vendor_request_id": {
"description": "A unique identifier for the request from the vendor, which can be used for troubleshooting. Only returned if reason is set to `PROVIDER_ERROR`.\n",
"type": "string"
}
},
"required": [
"vendor_account_id",
"reason",
"reason_description"
],
"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-account-failure"
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.