Workflows: Creating early fraud alerts for streamlined refunds

/Article

Detecting potentially fraudulent transactions before they are processed can help you mitigate losses, reduce financial impact, and earn customer trust.

Using this Stripe Workflows pattern, you can automate refund operations, quickly issuing refunds when disputing a charge is more costly. This approach streamlines operations while increasing customer satisfaction by automatically refunding customers under the threshold before a formal dispute is filed, ensuring a smoother and more responsive transaction experience.

Building an early fraud warning workflow

To build an early fraud warning workflow:

  1. Select the trigger: Early fraud warning is created in Radar.
  2. Add a step: Choose add action - Retrieve a charge.
  3. Charge ID is required: Select Radar early fraud warning | Charge ID to pass through the Charge ID.
  4. Add a condition.
  5. Click the “If this condition is met” box and select Charge | Amount. Choose “is less than” and type in 15 and select USD. Click done.
  6. Add a step: Add action - select Create a refund.

Optional email notification for manual review:

  1. Click the “If the condition isn’t met,” then select Add action - Choose Email a team member. From the dropdown, select a team member and draft the email body text.

What is Stripe Workflows?

Stripe Workflows provides a visual builder in the Stripe dashboard, to help you automate tasks and processes by defining a series of actions that happen sequentially. Workflows is ideal for multi-step processes and is compatible across multiple Stripe products, allowing you to streamline processes, enforce business rules, and reduce manual effort.

Each workflow consists of a trigger and a series of steps that run in order. A step is either an action or a condition.

To learn more, visit Get started with Stripe Workflows.

What is Stripe Radar?

Stripe Radar provides real-time fraud protection and requires no additional development time. Radar for Fraud Teams adds customization capabilities and deeper insights and trend analysis for your business. Radar for Platforms, currently in public preview, provides protection against both transaction and account risk.

To learn more about developing applications with Stripe, visit our YouTube Channel.

/About the author

Ashley Ansari

Ashley is in Product Marketing on the User Journey PMM team.

/Related Articles
[ Fig. 1 ]
10x
Simple error handling strategies with Stripe Workbench
With Workbench, developers now have a bird’s-eye view of their integration which shows many potential issues in one place. This makes it easier...
Workbench
Best Practices
[ Fig. 2 ]
10x
Bringing your Stripe objects to life with Workbench
This post shows how to use the Stripe Workbench Inspector to examine the lifecycle of a PaymentIntent object....
Workbench
Payment Methods