Mastercard · Schema
Address
Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| line1 | string | Address line 1. If the any of the address line value is present but line 1 value is absent then blank value will be considered. **Conditional Mandatory*** field - |
| line2 | string | Address line 2. If the any of the address line value is present but line 2 value is absent then blank value will be considered. This field is required if configured as **Business Mandatory** |
| line3 | string | Address line 3. If the any of the address line value is present but line 3 value is absent then blank value will be considered. This field is required if configured as **Business Mandatory** |
| line4 | string | Address line 4. If the any of the address line value is present but line 4 value is absent then blank value will be considered. This field is required if configured as **Business Mandatory** |
| city | string | City (free text). This field will be ignored and populated internally if given country is same as institution country, and city is configured to be auto populated in Card Management > Institutio |
| state | string | State. This field is required if configured as **Business Mandatory*** * If zip flag is configured at Institution level by selecting the 'Domestic Postal Code Mandatory |
| country | string | Country Code. Expressed as a 2-letter (Alpha-2) country code as defined in ISO 3166. **Conditional Mandatory*** field - * Current Address country is required whil |
| zipCode | string | Zip Code. **Conditional Mandatory*** field - * Required if given country is same as 'institution country', and 'zip code' is configured as mandatory in 'Card Mana |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Address",
"type": "object",
"properties": {
"line1": {
"type": "string",
"description": "Address line 1. If the any of the address line value is present but line 1 value is absent then blank value will be considered. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - <BR/> Current Address line1 is required while creating new client. <BR/> Office or Permanent Address line1 is required if selected as preferred Mailing Address."
},
"line2": {
"type": "string",
"description": "Address line 2. If the any of the address line value is present but line 2 value is absent then blank value will be considered. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
},
"line3": {
"type": "string",
"description": "Address line 3. If the any of the address line value is present but line 3 value is absent then blank value will be considered. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
},
"line4": {
"type": "string",
"description": "Address line 4. If the any of the address line value is present but line 4 value is absent then blank value will be considered. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
},
"city": {
"type": "string",
"description": "City (free text). <BR/> This field will be ignored and populated internally if given country is same as institution country, and city is configured to be auto populated in Card Management > Institution Parameter Setup by selecting the option 'Validate Domestic Postal Code [Y]' or 'Do Not Validate Domestic Postal Code-Auto populate [D]'."
},
"state": {
"type": "string",
"description": "State. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>\n* If zip flag is configured at Institution level by selecting the 'Domestic Postal Code Mandatory' check box, then the state code must be present in the request, as per the state master configured in the system.\n* Otherwise, if the zip flag is not configured at institution level, then regardless of the applicant's state code, this field is a free text.\n* This field will be ignored and populated internally if given country is same as institution country, and state is configured to be auto populated in 'Card Management > Institution Parameter Setup' by selecting the option 'Validate Domestic Postal Code [Y]' or 'Do Not Validate Domestic Postal Code-Auto populate [D]'."
},
"country": {
"type": "string",
"description": "Country Code. Expressed as a 2-letter (Alpha-2) country code as defined in ISO 3166. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - <BR/>\n* Current Address country is required while creating new client. <BR/>\n* Office or Permanent Address country is required if selected as preferred Mailing Address."
},
"zipCode": {
"type": "string",
"description": "Zip Code. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - <BR/>\n* Required if given country is same as 'institution country', and 'zip code' is configured as mandatory in 'Card Management > Institution Parameter Setup' by selecting the 'Validate Domestic Postal Code [Y]'. <BR/>\n* Office or 'permanent address zip code' is required if selected as preferred 'mailing address'."
}
}
}
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/mastercard-card-issuance-address"
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.