OAuth permissions requested
Axiru is a Stripe App. Permissions are declared in our app manifest (stripe-app.json) and presented to you on the Stripe consent screen at install. v1.0.x requests four read-only permissions: charge_read, dispute_read, payout_read, and event_read.
Read-only is sufficient for shadow mode (the default) and queue-first-with-manual-action: Axiru observes refunds, disputes, and payouts as Stripe emits them, evaluates policy, and routes flagged items to a human approver who executes the action inside Stripe. No write capability is required for the v1.0.0 experience.
Automated Enforce mode (Axiru cancels a payout, accepts a dispute, or executes a refund without a human in the loop) is gated behind a v1.1.0+ permission upgrade that requires admin re-consent. Stripe prompts the admin to approve the upgraded scope in the Stripe dashboard before any write call is possible.
We do not request: Stripe Identity, Stripe Capital, Stripe Issuing, Treasury, payment links, products, or any scope beyond what's needed for the workflows described below.