Synctera · Schema

card_change

Card change details

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
change_type object
channel object
id string Unique token
memo object
reason object
state object Updated card state
updated_at string Date of change
updated_by string ID of user who initiated the change, if done via Synctera Admin System
View JSON Schema on GitHub

JSON Schema

synctera-card-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_change",
  "title": "card_change",
  "description": "Card change details",
  "properties": {
    "change_type": {
      "$ref": "#/components/schemas/change_type"
    },
    "channel": {
      "$ref": "#/components/schemas/change_channel"
    },
    "id": {
      "description": "Unique token",
      "example": "19d19b55-c8fa-4a78-ae1c-98d37798bec3",
      "format": "uuid",
      "readOnly": true,
      "type": "string"
    },
    "memo": {
      "$ref": "#/components/schemas/card_status_reason_memo"
    },
    "reason": {
      "$ref": "#/components/schemas/card_status_reason_code"
    },
    "state": {
      "$ref": "#/components/schemas/card_change_state",
      "description": "Updated card state"
    },
    "updated_at": {
      "description": "Date of change",
      "example": "Fri Jul 22 2022 03:09:02 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "updated_by": {
      "description": "ID of user who initiated the change, if done via Synctera Admin System",
      "type": "string"
    }
  },
  "required": [
    "id",
    "change_type",
    "state",
    "channel",
    "updated_at",
    "updated_by"
  ],
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-card-change"
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 email required.

A second provider on the same verified email joins the account you already have.