Skip to main content

Stripe App Dashboard Problems

The Stripe App uses the App Problems API to report operational issues directly to the Saleor Dashboard. When the app detects a configuration or integration problem, it creates a problem entry visible to store administrators — no log inspection or external monitoring needed.

info

This feature requires Saleor 3.22.36, for older versions this feature is disabled

How it works​

The app monitors all webhook interactions — both from Saleor (charge, cancel, refund, initialize, process) and from Stripe — and reports problems when it encounters actionable errors.

In certain cases, app clears problems automatically (e.g. a problem related to specific config is dismissed once such config is removed). In other cases staff user can dismiss them manually.

Reported problems​

ProblemTriggerDashboard message
Auth failureStripe restricted key is invalid or expiredPrompts user to update the restricted key
Permission errorStripe restricted key lacks required permissionsPrompts user to verify key permissions
Webhook secret mismatchStripe webhook signature verification failsPrompts user to recreate the configuration
Configuration missingStripe sends events for a deleted configurationPrompts user to remove the orphaned webhook in Stripe Dashboard
Invalid payment methodStorefront uses an unsupported payment methodPrompts user to verify app docs and disable unsupported payment methods in Stripe