Synctera · Schema

gateway_response

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
active boolean Current status of the Authorization gateway
card_products array List of Card Product unique identifiers that will utilize the Gateway
creation_time string The timestamp representing when the gateway config request was made
custom_headers object
id string Gateway ID
last_modified_time string The timestamp representing when the gateway config was last modified at
url string URL of the Authorization gateway
View JSON Schema on GitHub

JSON Schema

synctera-gateway-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/gateway_response",
  "title": "gateway_response",
  "properties": {
    "active": {
      "description": "Current status of the Authorization gateway",
      "type": "boolean"
    },
    "card_products": {
      "description": "List of Card Product unique identifiers that will utilize the Gateway",
      "items": {
        "example": "a9bb2628-8d5c-476a-a78e-d32ebcabbd6f",
        "format": "uuid",
        "type": "string"
      },
      "type": "array"
    },
    "creation_time": {
      "description": "The timestamp representing when the gateway config request was made",
      "example": "Fri Dec 17 2021 13:15:51 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "custom_headers": {
      "$ref": "#/components/schemas/gateway_custom_headers"
    },
    "id": {
      "description": "Gateway ID",
      "example": "05da0ba1-0532-4805-9afd-bc09e0291bab",
      "format": "uuid",
      "type": "string"
    },
    "last_modified_time": {
      "description": "The timestamp representing when the gateway config was last modified at",
      "example": "Sun Oct 17 2021 01:02:09 GMT+0000 (Coordinated Universal Time)",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "url": {
      "description": "URL of the Authorization gateway",
      "format": "uri",
      "maxLength": 1000,
      "type": "string"
    }
  },
  "required": [
    "id",
    "active",
    "url",
    "card_products",
    "creation_time",
    "last_modified_time"
  ],
  "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-gateway-response"
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.