Shell · JSON Structure

Shell Fuel Card Structure

Structural documentation for the Shell B2B Fuel Card object

Type: object Properties: 0
AviationElectric Vehicle ChargingEnergyFleet ManagementFuelGasLoyaltyLubricantsMobilityOil and GasRenewable Energy

Shell Fuel Card Structure is a JSON Structure definition published by Shell.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Shell Fuel Card Structure",
  "description": "Structural documentation for the Shell B2B Fuel Card object",
  "type": "object",
  "fields": {
    "cardId": { "type": "string", "description": "Unique fuel card identifier" },
    "cardPAN": { "type": "string", "description": "Primary Account Number (full PAN)" },
    "maskedPAN": { "type": "string", "description": "Masked PAN for display", "example": "7002...1234" },
    "cardStatus": { "type": "enum", "values": ["Active", "Blocked", "Cancelled", "Expired", "Pending"] },
    "expiryDate": { "type": "string", "description": "Expiry date in MMYY format" },
    "accountNumber": { "type": "string", "description": "Customer account number" },
    "payerNumber": { "type": "string", "description": "Payer account number for billing" },
    "driverName": { "type": "string", "description": "Name of assigned driver" },
    "vehicleRegistration": { "type": "string", "description": "Vehicle registration plate" },
    "cardType": { "type": "string", "description": "Card product type" },
    "colCoCode": { "type": "integer", "description": "Collecting Company country code" },
    "limits": { "type": "array[CardLimit]", "description": "Spending limits and restrictions" }
  },
  "nested": {
    "CardLimit": {
      "type": "string - Limit type (DailyAmount, WeeklyVolume, etc.)",
      "value": "number - Limit threshold value",
      "period": "string - Period (Daily, Weekly, Monthly)",
      "currency": "string - ISO currency code for amount limits"
    }
  },
  "lifecycle": {
    "list": "GET /cards with colCoCode and optional filters",
    "order": "POST /cards to order a new card",
    "get": "GET /cards/{cardId}",
    "block": "POST /cards/{cardId}/block to block/unblock",
    "cancel": "POST /cards/{cardId}/cancel",
    "update_limits": "POST /limits with cardId and new limits"
  }
}

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/shell-fuel-card-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 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.