Synctera · Schema
shipping
Details about the shipping method. If supplied this will override the default shipping address of the customer or account.
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| address | object | The address to which the card will be shipped - Defaults to account shipping address if none supplied |
| care_of_line | string | The name of the person to send in care of |
| is_expedited_fulfillment | boolean | Is the shipment expedited |
| method | string | The shipping method |
| phone_number | string | The phone number of the recipient |
| recipient_name | object | The name of the recipient to whom the card will be shipped |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/shipping",
"title": "shipping",
"description": "Details about the shipping method. If supplied this will override the default shipping address of the customer or account.",
"properties": {
"address": {
"$ref": "#/components/schemas/address1",
"description": "The address to which the card will be shipped - Defaults to account shipping address if none supplied"
},
"care_of_line": {
"description": "The name of the person to send in care of",
"type": "string"
},
"is_expedited_fulfillment": {
"default": false,
"description": "Is the shipment expedited",
"example": false,
"type": "boolean"
},
"method": {
"default": "LOCAL_MAIL",
"description": "The shipping method",
"enum": [
"LOCAL_MAIL",
"TWO_DAY",
"OVERNIGHT",
"INTERNATIONAL"
],
"example": "LOCAL_MAIL",
"type": "string"
},
"phone_number": {
"description": "The phone number of the recipient",
"example": 2007473385,
"pattern": "^\\+[1-9]\\d{1,14}$",
"type": "string"
},
"recipient_name": {
"$ref": "#/components/schemas/recipient_name",
"description": "The name of the recipient to whom the card will be shipped"
}
},
"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-shipping"
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.