Overview
Signifyd is an e-commerce fraud protection solution that checks for fraudulent payments. Signifyd offers an On-Demand plan where you can either manage on your own using Signfyd’s fraud score and info, or the Complete Assurance plan, where Signifyd will review, decide, and guarantee all orders for you.
Signfyd can be easily set up on your Magento, Shopify, and BigCommerce platforms with a simple plugin install. They also have open APIs, enabling your development team to custom-build a connection from any platform.
Sellercloud integrates with Signifyd to pull in the fraud review status submitted from your sales platform. Based on the retrieved response, you can easily manage order processing in Sellercloud, with only approved orders being allowed for shipping.
Integrate with Signifyd
Integration
Signifyd configuration with Sellercloud is achieved via a plugin and scheduled task. To integrate:
- Contact Sellercloud Support to install the plugin for this connection on your server.
- Create a saved search of all the orders that you sent to Signifyd.
- Go to Settings > Scheduled Tasks > Manage Scheduled Tasks and click the green button Create New Scheduled Task.
- Select Export Order as a Task Type, fill in the other mandatory fields, and click Create.
- A green pop-up window will open. Click on its link to configure the task.
- In the Details panel > Saved Search field, select the saved search with Signifyd orders.
- In the Details panel > Export via field, select Signifyd Order Export.
- For further information on the page’s fields and the export, refer to the Scheduled Tasks article > Schedule an Export Task section > Export Order Tasks drop-down.
Workflow
When exporting the orders, Sellercloud will query the case status of the order in Signifyd. The disposition return by the API could be:
- ACCEPT
- APPROVED
- DECLINED
- PENDING
- CANCELED
- IN_REVIEW
Sellercloud can create order statuses and notes based on the response from Signifyd. You can use these statuses and notes to manage the orders for shipping. The response will include the following:
TERM | DESCRIPTION |
Status |
|
Score | 0 – 1000. The higher score being the better score. |
Guarantee Disposition For Complete Assurance accounts |
|
The plugin has the ability to leave orders notes as well as update the order status in Sellercloud based on the returned disposition to either Confirmed/In process or On hold. See the sections below for more information.
Confirmed Only Workflow (Uses Signifyd Order Export v1.0.0.6 or later)
Orders that pass the fraud check will be marked with the status Order Confirmed. If you want to prevent orders that have not passed the fraud check from loading into Shipbridge:
- In Sellercloud, go to Companies > Manage Companies > Open a company.
- From the Toolbox, select Shipping.
- Check Confirmed Only and click Save Settings.
However, because only website orders are managed by the plugin, orders from all other channels will be left as not confirmed. You can either manually mark the orders as Confirmed to allow download into Shipbridge or use the ConfirmNonWebsiteOrderPostOrderPlugin to mark all non-website orders as confirmed. This workflow only updates orders to Confirmed without placing any orders On hold.
On Hold Workflow (Uses CC Signifyd Order Export v1.0.0.0 or later)
If an order is APPROVED by Signifyid it will be marked as Confirmed in Sellercloud, for any other status we will place the order On hold.
Once the status changes and an APPROVED response is received, Sellercloud will mark the order as Confirmed and update the order status from On hold to In process.
For all orders:
- Score will be saved to the custom column signifydScore
- guaranteeDisposition will be saved the custom column signifydguaranteeDisposition
Required settings:
- Custom Setting: SignifydAPIKey – holds the API key provided bi Signifyd.
- Custom Column: signifydScore (decimal)
- Custom Column: signifydguaranteeDisposition (string)