Synctera · Schema

card_product_internal

Card Product Internal

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-card-product-internal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_product_internal",
  "title": "card_product_internal",
  "allOf": [
    {
      "$ref": "#/components/schemas/card_product"
    },
    {
      "properties": {
        "account_range_id": {
          "description": "Account Range ID",
          "example": "3b366454-0b36-4024-a68a-6a0563fc9677",
          "format": "uuid",
          "type": "string"
        },
        "auto_allocate_range": {
          "description": "Identifies whether a new account range will be automatically allocated",
          "type": "boolean"
        },
        "bank_id": {
          "description": "Bank ID",
          "type": "integer"
        },
        "bin_id": {
          "description": "BIN ID",
          "example": "59bf3b88-d4b7-4bf2-a43a-8e43194651bf",
          "format": "uuid",
          "type": "string"
        },
        "funding_source_id": {
          "description": "Funding Source ID",
          "example": "e06f43f7-3d08-4b92-acaf-cd233ce7cb59",
          "format": "uuid",
          "type": "string"
        },
        "partner_id": {
          "description": "Partner ID",
          "type": "integer"
        }
      },
      "required": [
        "bank_id",
        "partner_id",
        "funding_source_id",
        "bin_id",
        "account_range_id",
        "auto_allocate_range"
      ],
      "type": "object"
    }
  ],
  "description": "Card Product Internal"
}

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-product-internal"
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.