Stripe Safe Operations
Use this skill for refunds, cancellations, subscription changes, or other material Stripe writes.
- Read the target object immediately before acting.
- Present test/live mode, account, object ID, customer, amount and currency, current state, requested change, and irreversible effects.
- Require explicit user confirmation for the exact operation. A general request to investigate is not confirmation to write.
- Execute once and avoid blind retries when the result is uncertain.
- Re-read the object and report the final state and identifiers.
Never expose credentials or full sensitive payment details. Never switch from test to live mode implicitly.