Re: Customers who have previously filed a chargeback

Customers who have previously filed a chargeback

B_Lew
Tourist
15 0 1

Hello. Is there a way to get an alert email when a customer who has filed a chargeback with our company previously places a new order?  I would like to be notified when those customers try to place a new order. If there is an app that can do this, please let me know.  

Replies 8 (8)

grassgreen
Tourist
4 0 1

Hi, curious how are you currently storing / marking information about the chargeback? If at all.

If you found this response helpful, please do like and accept the solution. Thanks!
Shopify apps development
Chargeflow-Avia
Excursionist
22 1 6

For handling chargebacks effectively, your approach should be first collecting evidence from the Shopify order, then examining the transaction details, and finally reviewing customer communication, gathering everything into something called an evidence letter. This thorough method increases your chances of successfully addressing chargebacks while optimizing the time spent on each case

Please let me know if my answer is helpful by clicking "Like" and marking it as a solution!

Chargeflow is the best chargeback recovery software for Shopify brands. Free to start, 24/7 Live Chat Support, ROI-guarantee and the highest win-rates. Let us take care of your chargebacks.

B_Lew
Tourist
15 0 1
I don't currently store or mark their info.
grassgreen
Tourist
4 0 1

There is easy way:

1. Create new boolean (true/false) metafield on Customer level

2. When chargeback comes, go to the that Customer and manually put True on metafield.

3. With the app Flow create workflow:

a) new Order created

b) condition if Order.Customer.metafield has your key and value true, then do action

c) action -> send internal email. Email text like this:

Oh no, same customer new order came
{{ order.name }}

 

So you don't need any third-party app here, just standard features. Of course this wouldn't protect you from professional fraudsters who don't use same data twice. But it is simple option to start with... 

If you found this response helpful, please do like and accept the solution. Thanks!
Shopify apps development
B_Lew
Tourist
15 0 1

Thank you so much for taking the time to send this.  What does #3 mean (app flow)? 

grassgreen
Tourist
4 0 1

Standard Shopify app Flow. If it is not yet in you admin menu, you can find it in Shopify store.

If you found this response helpful, please do like and accept the solution. Thanks!
Shopify apps development
B_Lew
Tourist
15 0 1
Hello. Is this something you can help us with? We were not able to figure
out how to set up this.
grassgreen
Tourist
4 0 1

yes, sure. Write me DM

If you found this response helpful, please do like and accept the solution. Thanks!
Shopify apps development