Tamara · Schema

TamaraDispute

A merchant-facing dispute case raised against a Tamara order.

BNPLBuy Now Pay LaterFintechPaymentsCheckoutShariah CompliantMENASaudi ArabiaUAEInstallmentsPay LaterMerchant ServicesOrderRefundsCaptureWebhookDisputesChannel PartnersE-CommercePoint-of-Sale

Properties

Name Type Description
dispute_id integer
order_id string
merchant_order_reference_id string
order_status string
dispute_status string
opened_at string
closed_at string
amount object
activities array
View JSON Schema on GitHub

JSON Schema

tamara-dispute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tamara/main/json-schema/tamara-dispute-schema.json",
  "title": "TamaraDispute",
  "description": "A merchant-facing dispute case raised against a Tamara order.",
  "type": "object",
  "required": ["dispute_id", "order_id", "dispute_status"],
  "properties": {
    "dispute_id": { "type": "integer" },
    "order_id": { "type": "string", "format": "uuid" },
    "merchant_order_reference_id": { "type": "string" },
    "order_status": { "type": "string" },
    "dispute_status": {
      "type": "string",
      "enum": [
        "open", "awaiting_merchant_response", "cancelled",
        "claim_accepted", "claim_rejected", "closed", "under_review"
      ]
    },
    "opened_at": { "type": "string", "format": "date-time" },
    "closed_at": { "type": "string", "format": "date-time" },
    "amount": {
      "type": "object",
      "properties": {
        "amount": { "type": "number" },
        "currency": { "type": "string", "enum": ["SAR", "AED", "BHD", "KWD", "OMR"] }
      }
    },
    "activities": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "event": { "type": "string" },
          "comment": { "type": "string" },
          "attachments": { "type": "array", "items": { "type": "string" } },
          "created_at": { "type": "string", "format": "date-time" }
        }
      }
    }
  }
}

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/tamara-dispute"
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 email required.

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