Properties
| Name | Type | Description |
|---|---|---|
| account_range_length | integer | Account range length |
| bank_id | integer | The bank ID |
| billing_ica | string | The ICA to which fees will be billed |
| bin | string | The bin number |
| bin_status | object | |
| brand_product_code | object | |
| card_brand | object | |
| card_category | object | |
| card_product_type | object | |
| country | object | |
| creation_time | string | The timestamp representing when the bin was created |
| currency | object | |
| digital_wallet_active | boolean | Determines if bin supports digital wallet tokenization |
| end_date | string | The time when bin is decommissioned |
| ica_bid | string | ICA/BID |
| id | string | Bin ID |
| is_tokenization_enabled | boolean | Controls whether bin allows tokenization |
| last_modified_time | string | The timestamp representing when the bin was last modified |
| pan_utilization | integer | Pan utilization |
| partner_id | integer | The partner ID |
| physical_card_format | object | |
| processor | string | The name of the card processor |
| start_date | string | The time when bin goes live |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/bin",
"title": "bin",
"properties": {
"account_range_length": {
"description": "Account range length",
"type": "integer"
},
"bank_id": {
"description": "The bank ID",
"type": "integer"
},
"billing_ica": {
"description": "The ICA to which fees will be billed",
"type": "string"
},
"bin": {
"description": "The bin number",
"type": "string"
},
"bin_status": {
"$ref": "#/components/schemas/bin_status"
},
"brand_product_code": {
"$ref": "#/components/schemas/brand_product_code"
},
"card_brand": {
"$ref": "#/components/schemas/card_brand"
},
"card_category": {
"$ref": "#/components/schemas/card_category"
},
"card_product_type": {
"$ref": "#/components/schemas/card_product_type"
},
"country": {
"$ref": "#/components/schemas/country_code"
},
"creation_time": {
"description": "The timestamp representing when the bin was created",
"example": "Thu Sep 16 2021 23:52:38 GMT+0000 (Coordinated Universal Time)",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"currency": {
"$ref": "#/components/schemas/currency_code"
},
"digital_wallet_active": {
"default": false,
"description": "Determines if bin supports digital wallet tokenization",
"example": true,
"type": "boolean"
},
"end_date": {
"description": "The time when bin is decommissioned",
"example": "Sun Nov 27 2022 14:47:06 GMT+0000 (Coordinated Universal Time)",
"format": "date-time",
"type": "string"
},
"ica_bid": {
"description": "ICA/BID",
"type": "string"
},
"id": {
"description": "Bin ID",
"example": "73d7087a-6a67-406e-8070-8d53e8134e06",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"is_tokenization_enabled": {
"default": false,
"description": "Controls whether bin allows tokenization",
"example": false,
"type": "boolean"
},
"last_modified_time": {
"description": "The timestamp representing when the bin was last modified",
"example": "Tue May 10 2022 22:00:58 GMT+0000 (Coordinated Universal Time)",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"pan_utilization": {
"description": "Pan utilization",
"type": "integer"
},
"partner_id": {
"description": "The partner ID",
"type": "integer"
},
"physical_card_format": {
"$ref": "#/components/schemas/physical_card_format"
},
"processor": {
"description": "The name of the card processor",
"type": "string"
},
"start_date": {
"description": "The time when bin goes live",
"example": "Tue Nov 16 2021 11:24:37 GMT+0000 (Coordinated Universal Time)",
"format": "date-time",
"type": "string"
}
},
"required": [
"bank_id",
"partner_id",
"bin",
"processor",
"card_brand",
"card_category",
"card_product_type",
"ica_bid",
"country",
"currency",
"account_range_length",
"billing_ica",
"brand_product_code",
"pan_utilization"
],
"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-bin"
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.