v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Payments

Get a payment challenge

Fetch a challenge you created, to poll its status and settlement receipt (settle_tx). Scoped to the challenger org that created it.

get/x402/challenges/{id}

Path parameters

idstring uuid required

Resource UUID

Response

The challenge

successtrue required

Example response

{
  "data": {
    "payment_requirements": {
      "scheme": "exact"
    }
  }
}