Solved

Is there a way in a development/test store to trigger a fraudulent order?

rtg_goodbaby
Shopify Partner
2 0 0

I'd like to do some testing of Shopify Flows and I'd like to know if there is any way when a store is in test mode to trigger a high risk, medium risk, and low-risk order.

I tried to use addresses on the opposite sides of the country for shipping and billing but that didn't work.

I tried to use the chargeback card identified here (https://help.shopify.com/en/manual/payments/shopify-payments/testing-shopify-payments) but that did just as it said it would and triggered a chargeback. The sample test orders that are in Shopify show as fraud but I can't see how they were put in or what triggered them as high risk.

Has anyone done this in the past?

 

Russell

Accepted Solution (1)

dylanpierce
Shopify Partner
210 3 94

This is an accepted solution.

As an anti-fraud app developer, I had to recreate this scenario quite a bit.

If you have a developer on your team, they can use the Shopify OrderRisk API endpoint to trigger a medium or high risk order scenario, just like the Shopify system or a 3rd party app would.

REST API documentation: https://shopify.dev/api/admin/rest/reference/orders/order-risk

Last I checked, there wasn't support to create order risk scenarios via the GraphQL API.

Founder of Real ID - Verify your customer's real IDs easily & securely with modern A.I.

Want to see it in action? Check out our demo store.

View solution in original post

Replies 2 (2)

dylanpierce
Shopify Partner
210 3 94

This is an accepted solution.

As an anti-fraud app developer, I had to recreate this scenario quite a bit.

If you have a developer on your team, they can use the Shopify OrderRisk API endpoint to trigger a medium or high risk order scenario, just like the Shopify system or a 3rd party app would.

REST API documentation: https://shopify.dev/api/admin/rest/reference/orders/order-risk

Last I checked, there wasn't support to create order risk scenarios via the GraphQL API.

Founder of Real ID - Verify your customer's real IDs easily & securely with modern A.I.

Want to see it in action? Check out our demo store.

rtg_goodbaby
Shopify Partner
2 0 0

This worked perfectly. Thank you so much!