Zendit · JSON Structure

Zendit Api Redemption Instructions Structure

Brand redemption terms by delivery type.

Type: object Properties: 3
eSIMGift CardsMobile Top-UpPaymentsPrepaid

RedemptionInstructions is a JSON Structure definition published by Zendit, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deliveryType instructions termsAndConditions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-redemption-instructions-structure.json",
  "name": "RedemptionInstructions",
  "description": "Brand redemption terms by delivery type.",
  "type": "object",
  "properties": {
    "deliveryType": {
      "type": "string",
      "example": "SMS"
    },
    "instructions": {
      "type": "string",
      "example": "Dial *123# from your phone to redeem."
    },
    "termsAndConditions": {
      "type": "string",
      "example": "Valid for 30 days from purchase."
    }
  }
}