Update a Configuration
Immutable Catalog Entry
This descriptor comes from the active versioned Portal catalog.
- Contract tier:
agent_ready - Risk:
write - Catalog version:
stripe-2026.07.12.2 - Descriptor hash:
27c591ecff7b5bce61388198d273ae4ba13149d2e73a02d11b7ae6a4f61d5883
Use this when you need Stripe to perform POST /v1/terminal/configurations/{configuration}: Update a Configuration. Path parameters required in path_params: configuration. Query/filter parameters may include: provider-defined filters. Writes to Stripe only when dry_run is false and confirm is true. The default dry_run preview makes no provider call. POST requests require an idempotency_key by default. Destructive tools require confirmation_text equal to the tool name. Requires MAD MCP Portal grant plus Stripe provider auth via x-stripe-api-key or STRIPE_API_KEY.
Request Body
{
"jsonrpc": "2.0",
"id": "stripe-stripe-update-v1-terminal-configurations-example",
"method": "tools/call",
"params": {
"name": "stripe.stripe-update-v1-terminal-configurations",
"arguments": {
"data": "",
"query": "",
"expand": "",
"fields": "",
"confirm": false,
"dry_run": false,
"file_name": "",
"profileId": "",
"file_base64": "",
"path_params": ""
}
}
}