Paymob · Schema

Paymob Intention

PaymentsPayment GatewayFintechMENAMENAPEgyptSaudi ArabiaUAEPakistanOmanCard PaymentsMobile WalletsBNPLPayoutsSubscription

Properties

Name Type Description
id string
client_secret string
intention_order_id integer
amount integer Total amount in smallest currency unit.
currency string
status string
payment_methods array
items array
billing_data object
customer object
special_reference string
expiration integer
notification_url string
redirection_url string
created string
View JSON Schema on GitHub

JSON Schema

paymob-intention-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/paymob/json-schema/paymob-intention-schema.json",
  "title": "Paymob Intention",
  "type": "object",
  "required": ["amount", "currency", "payment_methods", "items", "billing_data"],
  "properties": {
    "id": {"type": "string"},
    "client_secret": {"type": "string"},
    "intention_order_id": {"type": "integer"},
    "amount": {"type": "integer", "description": "Total amount in smallest currency unit."},
    "currency": {"type": "string", "enum": ["EGP", "SAR", "AED", "OMR", "PKR"]},
    "status": {"type": "string", "enum": ["intended", "paid", "expired", "voided", "refunded"]},
    "payment_methods": {
      "type": "array",
      "items": {"oneOf": [{"type": "integer"}, {"type": "string"}]}
    },
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["name", "amount"],
        "properties": {
          "name": {"type": "string"},
          "amount": {"type": "integer"},
          "description": {"type": "string"},
          "quantity": {"type": "integer"},
          "image": {"type": "string", "format": "uri"}
        }
      }
    },
    "billing_data": {
      "type": "object",
      "properties": {
        "first_name": {"type": "string"},
        "last_name": {"type": "string"},
        "email": {"type": "string", "format": "email"},
        "phone_number": {"type": "string"},
        "country": {"type": "string"},
        "city": {"type": "string"},
        "state": {"type": "string"},
        "postal_code": {"type": "string"},
        "street": {"type": "string"},
        "building": {"type": "string"},
        "floor": {"type": "string"},
        "apartment": {"type": "string"}
      }
    },
    "customer": {
      "type": "object",
      "properties": {
        "first_name": {"type": "string"},
        "last_name": {"type": "string"},
        "email": {"type": "string", "format": "email"}
      }
    },
    "special_reference": {"type": "string"},
    "expiration": {"type": "integer"},
    "notification_url": {"type": "string", "format": "uri"},
    "redirection_url": {"type": "string", "format": "uri"},
    "created": {"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/paymob-intention"
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.