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
Example response
{
"data": {
"payment_requirements": {
"scheme": "exact"
}
}
}