Skip to main content
Beta. Same response shape as x402 subscription status; only the path and payment rail differ. Overview: Agentic payments.

Endpoint

No query parameters. Payer identity comes from the MPP payment credential after you satisfy the 402 challenge (use mppx on Tempo per your environment).

Payment

Discovery lists a small fixed USD fee for this check (see openapi.jsonx-payment-info on this path).

Flow

  1. Request without payment → 402 with challenge.
  2. Pay with mppx, retry with credential → 200 with plan stats, or 404 if no agent exists for that wallet.

Response (success)

Same fields as the x402 guide: user_id, api_keys, plan, last_payment, payment_frequency, left_days, credits_left, plan_active. Full field reference: x402 Get subscription status — structure matches; use this path for MPP.

Reference script

Prerequisites: MPPX_PRIVATE_KEY, optional API_URL, mppx, bun, viem. Run from the monorepo root. Source: agent-subscription.ts

See also