{
  "ap2_version": "draft-2025-09",
  "provider": {
    "name": "Zeam",
    "id": "urn:org:zeam",
    "base_url": "https://api.zeam.money"
  },
  "intents": [
    { "type": "CreateMandate", "endpoint": "/ap2/mandates" },
    { "type": "AuthorizePayment", "endpoint": "/ap2/payments/authz" },
    { "type": "ExecutePayment", "endpoint": "/ap2/payments/execute" },
    { "type": "GetReceipt", "endpoint": "/ap2/receipts/{id}" },
    { "type": "QuoteFX", "endpoint": "/ap2/fx/quote" }
  ],
  "payment_methods": [
    "ZARZ@Stellar",
    "USDZ@Stellar",
    "EURZ@Stellar",
		"XAUZ@Stellar",
		"BTCZ@Stellar"
  ],
  "fx": {
    "supports_streaming": true,
    "quote_lock_seconds": 45
  },
  "mandates": {
    "supported_scopes": [
      "one_off:payment",
      "recurring:payment",
      "recurring:fx_auto_convert"
    ],
    "auth": {
      "methods": ["OAuth2:client_credentials", "mTLS"],
      "token_url": "https://auth.zeam.money/oauth/token"
    }
  },
  "proof": {
    "type": "onchain",
    "fields": ["network", "asset", "tx_hash", "explorer_url", "timestamp"]
  }
}