Mastercard · Schema
TravelDetails
Travel Information, Applicable only if the client has a prepaid card.
Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| type | string | Indicates the purpose of travel for which the client will be using the card. For example, medical reasons, cultural trip, and business trip and so on. Valid values are as configured on portal in |
| startDate | string | Start date of the planned travel. **Conditional Mandatory*** field - Required if travel type is provided. Format - It is expressed in ISO 8601 - `YYYY-MM-DD` |
| endDate | string | End date of the planned travel. **Conditional Mandatory*** field - Required if travel type is provided. Format - It is expressed in ISO 8601 - `YYYY-MM-DD` |
| country | string | Country Code where client is traveling to. Expressed as a 2-letter (Alpha-2) country code as defined in ISO 3166. **Conditional Mandatory*** field - Required if t |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TravelDetails",
"type": "object",
"description": "Travel Information, Applicable only if the client has a prepaid card.",
"properties": {
"type": {
"type": "string",
"description": "Indicates the purpose of travel for which the client will be using the card. For example, medical reasons, cultural trip, and business trip and so on. <BR/> Valid values are as configured on portal in Card Management > Program Setup >Travel Type Configuration section. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
},
"startDate": {
"type": "string",
"description": "Start date of the planned travel. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required if travel type is provided. <br/> Format - It is expressed in ISO 8601 - `YYYY-MM-DD`"
},
"endDate": {
"type": "string",
"description": "End date of the planned travel. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required if travel type is provided. <br/> Format - It is expressed in ISO 8601 - `YYYY-MM-DD`"
},
"country": {
"type": "string",
"description": "Country Code where client is traveling to. <BR/> Expressed as a 2-letter (Alpha-2) country code as defined in ISO 3166. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required if travel type is provided."
}
}
}
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-travel-details"
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.