Prepare Paid Breach Check
prepare_paid_breach_checkValidate one owner-approved scan authorization before payment, reserve capacity, and return a short-lived signed HTTP x402 request. The price is $1 USDC on Solana.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_token | Yes | One-time token returned after owner verification. | |
| idempotency_key | Yes | 8-128 character unique key generated by the agent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Protected endpoint that returns the x402 payment requirement. | |
| body | No | Exact JSON body for the protected request. | |
| asset | No | Settlement asset. | |
| check | No | Existing paid-check receipt when already paid. | |
| price | No | USDC price for the owner-approved scan. | |
| method | No | HTTP method for the protected request. | |
| headers | No | Required HTTP headers, including the idempotency key. | |
| network | No | Solana network used for settlement. | |
| expires_at | No | Time when the prepared payment request expires. | |
| instruction | No | Payment and retry instructions for the customer agent. | |
| already_paid | No | Whether this idempotent request already produced a paid check. | |
| payment_ticket | No | Private signed capability for submitting the protected x402 request. | |
| payment_ticket_id | No | Identifier for the reserved payment attempt. |