App Introduction
Blockly reduces refunds by identifying and blocking potentially fraudulent orders. Using a set of rules you define, the app can alert you to potentially high-risk orders or cancel them directly. By leveraging Blockly’s simple rule-based functionality, you can configure alerts for suspicious orders or block them entirely. When an order meets one of your filter criteria, Blockly will either mark it as suspicious to warn you or automatically cancel it, based on your preferences. Blockly supports importing your existing rules from Fraud Filter.
Core Functionality
- Add an extra layer of security
- Alert you to potential fraudulent orders or automatically cancel them
- Create filters for specific customers
- Create filters for customers referred from specific websites
- Create filters for certain credit card brands
Merchant-Friendly
- Cross-border E-commerce Merchants
- Independent Station Merchants
- High-value E-commerce Merchants
- Multi-channel Sales Merchants
Basic Information
- Developer:ShopFox
- Address:Wirmerstr. 5, Düsseldorf, 40474, DE
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2025-1-15
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free Forever
- For stores with monthly order volume not exceeding 30
Basic
- For stores with monthly order volume not exceeding 200
Scale-up
- Suitable for stores with monthly order volume not exceeding 500
Pro
- For stores with monthly order volume exceeding 500
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/risk.json
- GET /admin/api/orders/risk.json
- PUT /admin/api/orders/risk/{id}.json
Permission:read_orders,write_orders,manage_risk
- POST /admin/api/orders/{id}/cancel.json
- GET /admin/api/orders.json?status=any
- PUT /admin/api/orders/{id}/risk.json
Permission:write_orders,read_orders,manage_risk
- POST /admin/api/customers/filters.json
- GET /admin/api/customers/filters.json
- PUT /admin/api/customers/filters/{id}.json
Permission:read_customers,write_customers,manage_customers
- POST /admin/api/customers/filters.json
- GET /admin/api/customers.json?source=site
- PUT /admin/api/customers/filters/{id}.json
Permission:read_customers,write_customers,manage_customers
- POST /admin/api/payment_methods/filters.json
- GET /admin/api/payment_methods.json?brand=visa
- PUT /admin/api/payment_methods/filters/{id}.json
Permission:read_payment_methods,write_payment_methods,manage_payments