Tamara · JSON Structure

Tamara Order Structure

JSON Structure representation of a Tamara Order suitable for code generation and cross-language adoption.

Type: object Properties: 8
BNPLBuy Now Pay LaterFintechPaymentsCheckoutShariah CompliantMENASaudi ArabiaUAEInstallmentsPay LaterMerchant ServicesOrderRefundsCaptureWebhookDisputesChannel PartnersE-CommercePoint-of-Sale

TamaraOrder is a JSON Structure definition published by Tamara, describing 8 properties. It conforms to the https://json-structure.github.io/draft-00/json-structure-core.schema.json meta-schema.

Properties

order_id order_reference_id status payment_type instalments total_amount captured_amount refunded_amount

Meta-schema: https://json-structure.github.io/draft-00/json-structure-core.schema.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.github.io/draft-00/json-structure-core.schema.json",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tamara/main/json-structure/tamara-order-structure.json",
  "name": "TamaraOrder",
  "description": "JSON Structure representation of a Tamara Order suitable for code generation and cross-language adoption.",
  "type": "object",
  "properties": {
    "order_id": { "type": "string", "format": "uuid", "description": "Tamara-assigned order id." },
    "order_reference_id": { "type": "string", "description": "Merchant-side order reference." },
    "status": {
      "type": "string",
      "enum": ["new", "approved", "authorised", "canceled", "fully_captured", "partially_captured", "fully_refunded", "partially_refunded", "expired"]
    },
    "payment_type": { "type": "string", "enum": ["PAY_BY_INSTALMENTS", "PAY_NOW"] },
    "instalments": { "type": "integer", "minimum": 2, "maximum": 24 },
    "total_amount": { "$ref": "#/definitions/Money" },
    "captured_amount": { "$ref": "#/definitions/Money" },
    "refunded_amount": { "$ref": "#/definitions/Money" }
  },
  "definitions": {
    "Money": {
      "type": "object",
      "properties": {
        "amount": { "type": "number" },
        "currency": { "type": "string", "enum": ["SAR", "AED", "BHD", "KWD", "OMR"] }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/tamara-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.