Abuse Prevention Overview at Checkout
Forter to enforce specific policies at checkout
Forter supports the following policy types at checkout:
- Item Not Received (INR) Abuse
- Limited Item Abuse
- Promotion Abuse
- Reseller Abuse
- Reshipper Abuse
- Returns INR Abuse
Overview of Abuse Prevention at Checkout Integration
In order to integrate Abuse Prevention at checkout, you will to provide Forter with the relevant data as outlined in the Fraud Management Integration Guide.
Each policy type will require data to be provided
- Item Not Received Abuse: To create policies related to Item Not Received including appeasements (ie. form of compensation to appease an end customer such a free item, store credit, etc.) include the CompensationStatus Object, via the Order Status API.
- This is critical to be able to define targeted refund/ returns policies based on specific conditions even if applied at checkout.
- For INR policies related to service chargebacks - send chargeback data along with appropriate reason code via Dispute API.
- Limited Item Abuse: To create policies related to limiting items, send BasicItemData Object as part of the Order API
- Promotion Abuse: To create policies related to Promotions, send Discounts Object as part of Order API.
- Discounts Object allows you to send a single or multiple promotion/coupon codes in a single transaction.
- Reseller Abuse: To create policies related to Resellers, no incremental data is required outside the Fraud Management integration.
- Confirm sending the following objects: paymentBilling, accountOwner, cartItems, paymentRecipient, payment
- Reshipper Abuse:To create policies related to Reshippers, no incremental data is required outside the Fraud Management integration.
- Confirm sending the following fields: paymentRecipient.address.zip, cartItems.beneficiaries.address
- Returns Abuse: To create policies related to Returns including appeasements (ie. form of compensation to appease an end customer such a free item, store credit, etc.) include the CompensationStatus Object, via the Order Status API.
- This is critical to be able to define targeted refund/ returns policies based on specific conditions even if applied at checkout.
- For Returns policies related to service chargebacks - send chargeback data along with appropriate reason code via Dispute API.
Updated 9 days ago