Tillo · Schema
Tillo Gift Card
Schema for an issued Tillo gift card
FinanceGift CardsPaymentsRewardsIncentives
Properties
| Name | Type | Description |
|---|---|---|
| client_request_id | string | Client idempotency key |
| tillo_order_id | string | Tillo internal order ID |
| status | string | |
| brand | string | Brand identifier slug |
| face_value | number | Gift card value |
| currency | string | ISO 4217 currency code |
| code | string | Redemption code |
| pin | string | PIN if applicable |
| barcode | string | Barcode value |
| redemption_url | string | Digital redemption URL |
| expiry_date | string | Card expiry date |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tillo/main/json-schema/tillo-gift-card-schema.json",
"title": "Tillo Gift Card",
"description": "Schema for an issued Tillo gift card",
"type": "object",
"properties": {
"client_request_id": {"type": "string", "description": "Client idempotency key"},
"tillo_order_id": {"type": "string", "description": "Tillo internal order ID"},
"status": {"type": "string", "enum": ["success", "pending", "error", "cancelled"]},
"brand": {"type": "string", "description": "Brand identifier slug"},
"face_value": {"type": "number", "minimum": 0, "description": "Gift card value"},
"currency": {"type": "string", "description": "ISO 4217 currency code"},
"code": {"type": "string", "description": "Redemption code"},
"pin": {"type": "string", "description": "PIN if applicable"},
"barcode": {"type": "string", "description": "Barcode value"},
"redemption_url": {"type": "string", "format": "uri", "description": "Digital redemption URL"},
"expiry_date": {"type": "string", "description": "Card expiry date"}
},
"required": ["client_request_id", "status"]
}
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/tillo-gift-card"
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.