Visa · JSON Structure

Visa Merchant Structure

Structure of a Visa merchant entity including identifiers, location, and category data

Type: Properties: 0
AccountBankingCredit CardsDigital CommerceDigital WalletFintechForeign ExchangeFraud PreventionMerchantsMoney MovementPaymentsTokenizationFortune 500

VisaMerchant is a JSON Structure definition published by Visa.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "VisaMerchant",
  "description": "Structure of a Visa merchant entity including identifiers, location, and category data",
  "fields": [
    {
      "name": "visaMerchantId",
      "type": "string",
      "description": "Unique Visa merchant identifier in the VisaNet network",
      "required": true
    },
    {
      "name": "visaStoreId",
      "type": "string",
      "description": "Unique store-level identifier within the merchant",
      "required": false
    },
    {
      "name": "merchantName",
      "type": "string",
      "description": "Legal business name of the merchant",
      "required": true
    },
    {
      "name": "merchantCountryCode",
      "type": "string",
      "description": "ISO 3166-1 numeric country code",
      "required": true
    },
    {
      "name": "merchantCity",
      "type": "string",
      "description": "City where the merchant is located",
      "required": false
    },
    {
      "name": "merchantState",
      "type": "string",
      "description": "State or province code",
      "required": false
    },
    {
      "name": "merchantPostalCode",
      "type": "string",
      "description": "Postal/ZIP code",
      "required": false
    },
    {
      "name": "merchantStreetAddress",
      "type": "string",
      "description": "Street address",
      "required": false
    },
    {
      "name": "merchantCategoryCode",
      "type": "string",
      "description": "MCC - 4-digit code classifying the merchant's business type",
      "required": false
    },
    {
      "name": "latitude",
      "type": "string",
      "description": "Geographic latitude coordinate",
      "required": false
    },
    {
      "name": "longitude",
      "type": "string",
      "description": "Geographic longitude coordinate",
      "required": false
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/visa-merchant-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.