update_paywall
Modify x402 paywall settings including price, resource URL, active status, and other configuration fields for AI agent payment processing.
Instructions
Update an x402 paywall configuration. Can change price, resource URL, active status, or any other field.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paywall_id | Yes | Paywall ID to update | |
| name | No | New paywall name | |
| description | No | New description | |
| amount | No | New price in human-readable format (e.g. "0.05") | |
| token_decimals | No | Token decimals (needed if changing amount) | |
| resource_url | No | New resource URL | |
| resource_mime | No | New MIME type | |
| is_active | No | Enable (true) or disable (false) the paywall |