Get settle status
x402 Payment
Get Settle Status
Get the on-chain settlement status for an x402 transaction
GET
Get settle status
Get Settle Status
Retrieve the on-chain settlement status for an x402 transaction. Poll this endpoint afterPOST /x402/settle to track the broadcast and confirmation progress.
Transaction ID returned by
POST /x402/settle.Response
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the settlement is successful |
txId | string | Settlement transaction ID |
status | string | PENDING, BROADCAST, CONFIRMED, FAILED |
txHash | string | On-chain transaction hash (present after broadcast) |
network | string | Gateway field currently populated from the settle transaction’s chain value |
Errors
| HTTP | Code | Condition |
|---|---|---|
| 400 | invalid_parameter | Missing transaction ID |
| 404 | not_found | Settle transaction not found |
| 500 | internal_error | Internal processing failure |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Path Parameters
Settlement transaction ID returned by POST /api/v1/x402/settle.