App Introduction
Prevent high-risk transactions by disabling the Cash on Delivery (COD) option for specific customers. This app is designed for merchants looking to reduce risks associated with Cash on Delivery (COD) payments. By allowing you to disable the COD option for specific customers, you can protect your business from fraudulent transactions and improve payment reliability. Merchants who frequently encounter COD payment issues—such as failed deliveries or returns—will benefit from this feature. It’s a simple way to ensure smooth transactions and maintain control over your payment methods.
Core Functionality
- Disable Cash on Delivery (COD) for specific customers.
- Reduce failed or fraudulent orders by controlling COD availability.
- Track and manage customers with COD restrictions for effective order management.
Merchant-Friendly
- COD-dependent Merchants
- Small & Medium E-commerce Sellers
- Cross-border Retail Merchants
Basic Information
- Developer:Boštjan Kotnik
- Address:Nova Cerkev, SI
- Price: Free / Free plan
- Rating:1 / 5
- Comment Count:1 comment
- Release Date:2024-10-21
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
标准计划
- Disable COD for specific customers
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/customers/{customer_id}/metafields.json
- GET /admin/api/customers/{customer_id}/metafields.json
- PUT /admin/api/customers/{customer_id}/metafields.json
Permission:write_customers,read_customers,manage_payments
- POST /admin/api/payment_gateways/{gateway_id}/metafields.json
- GET /admin/api/payment_gateways/{gateway_id}/metafields.json
- PUT /admin/api/payment_gateways/{gateway_id}/metafields.json
Permission:write_payment_gateways,read_payment_gateways,manage_payments
- GET /admin/api/customers.json?metafield=cod_restricted:true
- PUT /admin/api/customers/{customer_id}/metafields.json
- DELETE /admin/api/customers/{customer_id}/metafields/{metafield_id}.json
Permission:read_customers,write_customers,manage_orders