Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Communicating state for Stripe Apps


Communicating state for Stripe Apps

Learn how to guide users to take actions in your app.

Keep the user informed by showing them when they need to take a certain action.

Before you begin

Create an app.

Suggested use

  • Use a Toast component to provide temporary feedback after users take an action.
  • Use a Banner component to show users they need to take action on unexpected system-level requirements, changes, or issues. For example:

Examples

Consider the following attributes when choosing to deliver a message.

ToastBanner
DisplayTemporary All toasts trigger on users’ actions. Toasts dismiss automatically after a short period or when the app closes.Persistent You can deliver banners at any time. Dismissing a banner requires an action.
ContentLimited text length Messages for toasts should be short, and fewer than four words on one line. The maximum character length for a toast is 30.Medium to long message Banners contain title and body text. Banners are suitable for providing information with additional details.
ActionOptional Provide an action as a shortcut for users to quickly enter the related event.Required Inform users to take the required action.
PositionBottom of the app drawerUnder app drawer header
Last verified 2026-09-24

Is this helpful?