不正注文をブロック

オンライン販売におけるチャージバックは、ビジネスにとって深刻な問題です。 増加するチャージバックは、取引手数料の増加やアカウントの一時停止など、重大な影響を及ぼす可能性があります。 レシートローラーの不正検知エンジンは、Visa、MasterCard、American Express、Discoverからの事前チャージバックアラートを効率的に処理し、 チャージバックを大幅に削減し、不正利用を99%の確率で抑制します。

                                
curl -X POST https://fd.receiptroller.com/evaluate/order \
-H "Content-Type: application/json" \
-d '{
    "Order": {
        "ChannelId": "CH123",
        "OrderId": "ORD456"
    },
    "OrderDetails": [
        {
            "ItemId": "IT001",
            "ItemCategoryId": "CAT001",
            "ItemName": "Item Name 1",
            "ItemCategoryName": "Category 1",
            "UnitPrice": 100
        },
        {
            "ItemId": "IT002",
            "ItemCategoryId": "CAT002",
            "ItemName": "Item Name 2",
            "ItemCategoryName": "Category 2",
            "UnitPrice": 200
        }
    ]
}'
            
        

// Score response (simple)
{
    "Score": 85,
    "OrderResponseDetails": {
        "OrderScoreUnits": [
            {
                "Score": 40,
                "Title": "Payment Method",
                "Description": "Credit card payment",
                "Labels": ["Secure", "Preferred"]
            },
            {
                "Score": 45,
                "Title": "Item Category",
                "Description": "Electronics",
                "Labels": ["High value", "Fragile"]
            }
        ]
    }
}

                                

// Score response (w/ details)
{
    "Score": 85,
    "OrderResponseDetails": {
        "OrderScoreUnits": [
            {
                "Score": 40,
                "Title": "Payment Method",
                "Description": "Credit card payment",
                "Labels": ["Secure", "Preferred"]
            },
            {
                "Score": 45,
                "Title": "Item Category",
                "Description": "Electronics",
                "Labels": ["High value", "Fragile"]
            },
            {
                "Score": 50,
                "Title": "Shipping Address",
                "Description": "Residential address",
                "Labels": ["Safe", "Verified"]
            },
            {
                "Score": 30,
                "Title": "Order Frequency",
                "Description": "Frequent orders",
                "Labels": ["Regular customer"]
            }
        ]
    }
}

                                

仕組み

決済処理開始
BIN/MMCからリスク査定
AIによるリスク査定
決済処理
決済中止

導入方法

レシートローラーの導入方法は簡単です。ShopifyアプリのインストールまたはAPIをご利用ください。

現在β版のため、Shopifyアプリはカスタムアプリでの提供となっています。ご利用希望の方はお問合せフォームよりご連絡ください。

実績

近日公開予定

ダッシュボードデモ

(c) RECEIPTROLLER.COM 2022-2024