Reloadly · Schema

Reloadly Gift Card Product

A gift card product available through the Reloadly Gift Cards API

Gift CardsPaymentsAirtimeMobile Top-UpRewardsIncentives

Properties

Name Type Description
productId integer Unique product identifier
productName string Display name of the gift card product
global boolean Whether the product is redeemable globally
supportsPreOrder boolean Whether pre-ordering is supported
senderFee number Fee charged to the sender
discountPercentage number Discount percentage applied to the face value
denominationType string Whether the product has fixed or range denominations
recipientCurrencyCode string ISO 4217 currency code for the recipient
minRecipientDenomination numbernull Minimum denomination for range products
maxRecipientDenomination numbernull Maximum denomination for range products
senderCurrencyCode string ISO 4217 currency code for the sender
minSenderDenomination numbernull Minimum sender denomination for range products
maxSenderDenomination numbernull Maximum sender denomination for range products
fixedRecipientDenominations array Fixed denomination amounts available for the recipient
fixedSenderDenominations array Fixed denomination amounts for the sender
brand object
country object
redeemInstruction object
View JSON Schema on GitHub

JSON Schema

reloadly-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12",
  "$id": "https://api-evangelist.github.io/reloadly/json-schema/reloadly-product-schema.json",
  "title": "Reloadly Gift Card Product",
  "description": "A gift card product available through the Reloadly Gift Cards API",
  "type": "object",
  "properties": {
    "productId": {
      "type": "integer",
      "description": "Unique product identifier"
    },
    "productName": {
      "type": "string",
      "description": "Display name of the gift card product"
    },
    "global": {
      "type": "boolean",
      "description": "Whether the product is redeemable globally"
    },
    "supportsPreOrder": {
      "type": "boolean",
      "description": "Whether pre-ordering is supported"
    },
    "senderFee": {
      "type": "number",
      "description": "Fee charged to the sender"
    },
    "discountPercentage": {
      "type": "number",
      "description": "Discount percentage applied to the face value"
    },
    "denominationType": {
      "type": "string",
      "enum": ["FIXED", "RANGE"],
      "description": "Whether the product has fixed or range denominations"
    },
    "recipientCurrencyCode": {
      "type": "string",
      "pattern": "^[A-Z]{3}$",
      "description": "ISO 4217 currency code for the recipient"
    },
    "minRecipientDenomination": {
      "type": ["number", "null"],
      "description": "Minimum denomination for range products"
    },
    "maxRecipientDenomination": {
      "type": ["number", "null"],
      "description": "Maximum denomination for range products"
    },
    "senderCurrencyCode": {
      "type": "string",
      "pattern": "^[A-Z]{3}$",
      "description": "ISO 4217 currency code for the sender"
    },
    "minSenderDenomination": {
      "type": ["number", "null"],
      "description": "Minimum sender denomination for range products"
    },
    "maxSenderDenomination": {
      "type": ["number", "null"],
      "description": "Maximum sender denomination for range products"
    },
    "fixedRecipientDenominations": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Fixed denomination amounts available for the recipient"
    },
    "fixedSenderDenominations": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Fixed denomination amounts for the sender"
    },
    "brand": {
      "$ref": "#/$defs/Brand"
    },
    "country": {
      "$ref": "#/$defs/Country"
    },
    "redeemInstruction": {
      "$ref": "#/$defs/RedeemInstruction"
    }
  },
  "required": ["productId", "productName", "denominationType"],
  "$defs": {
    "Brand": {
      "type": "object",
      "description": "Gift card brand information",
      "properties": {
        "brandId": {
          "type": "integer",
          "description": "Unique brand identifier"
        },
        "brandName": {
          "type": "string",
          "description": "Brand display name"
        }
      },
      "required": ["brandId", "brandName"]
    },
    "Country": {
      "type": "object",
      "description": "Country information",
      "properties": {
        "isoName": {
          "type": "string",
          "pattern": "^[A-Z]{2}$",
          "description": "ISO 3166-1 alpha-2 country code"
        },
        "name": {
          "type": "string",
          "description": "Country display name"
        },
        "flagUrl": {
          "type": "string",
          "format": "uri",
          "description": "URL to the country flag image"
        }
      }
    },
    "RedeemInstruction": {
      "type": "object",
      "description": "Gift card redemption instructions",
      "properties": {
        "concise": {
          "type": "string",
          "description": "Brief redemption instructions"
        },
        "verbose": {
          "type": "string",
          "description": "Detailed redemption instructions"
        }
      }
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/reloadly-product"
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.