Reloadly · Schema
Reloadly Gift Card Order
A gift card order placed through the Reloadly Gift Cards API
Gift CardsPaymentsAirtimeMobile Top-UpRewardsIncentives
Properties
| Name | Type | Description |
|---|---|---|
| transactionId | integer | Unique transaction identifier |
| amount | number | Amount charged for the order |
| discount | number | Discount amount applied |
| currencyCode | string | ISO 4217 currency code for the transaction |
| fee | number | Processing fee charged |
| recipientEmail | string | Email address of the gift card recipient |
| customIdentifier | string | Custom reference identifier provided at order time |
| status | string | Order fulfillment status |
| product | object | The ordered gift card product |
| smiles | array | Gift card codes delivered in this order |
| date | string | Order placement timestamp |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12",
"$id": "https://api-evangelist.github.io/reloadly/json-schema/reloadly-order-schema.json",
"title": "Reloadly Gift Card Order",
"description": "A gift card order placed through the Reloadly Gift Cards API",
"type": "object",
"properties": {
"transactionId": {
"type": "integer",
"description": "Unique transaction identifier"
},
"amount": {
"type": "number",
"description": "Amount charged for the order"
},
"discount": {
"type": "number",
"description": "Discount amount applied"
},
"currencyCode": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code for the transaction"
},
"fee": {
"type": "number",
"description": "Processing fee charged"
},
"recipientEmail": {
"type": "string",
"format": "email",
"description": "Email address of the gift card recipient"
},
"customIdentifier": {
"type": "string",
"description": "Custom reference identifier provided at order time"
},
"status": {
"type": "string",
"description": "Order fulfillment status"
},
"product": {
"$ref": "reloadly-product-schema.json",
"description": "The ordered gift card product"
},
"smiles": {
"type": "array",
"items": {
"$ref": "#/$defs/GiftCard"
},
"description": "Gift card codes delivered in this order"
},
"date": {
"type": "string",
"format": "date-time",
"description": "Order placement timestamp"
}
},
"required": ["transactionId", "status"],
"$defs": {
"GiftCard": {
"type": "object",
"description": "A delivered digital gift card",
"properties": {
"code": {
"type": "string",
"description": "Gift card redemption code"
},
"pinCode": {
"type": ["string", "null"],
"description": "PIN code required for redemption (if applicable)"
},
"validity": {
"type": ["string", "null"],
"description": "Expiration date or validity period"
}
},
"required": ["code"]
}
}
}
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/reloadly-order"
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.