-
Overview
-
Functional Overview & Integration Guide
-
Use cases
-
Setting up configuration file
-
Other configurations
-
-
Signifyd setup
-
-
Serverless solution
-
Signifyd is a fraud solution that provides a financial guarantee, allowing businesses to increase sales while reducing fraud losses. The Signifyd integration for commercetools provides these functionality using five primary API integration points:
- Pre-payment authorization (Checkout API, Transaction API)
- Post-payment authorization (Sale API, Webhooks)
- Post order fulfilment (Fulfilment API)
- Post order reroute (Reroute API)
- Post order reprice (Reprice API)
Sale API is used if merchants are executing a "Post-Auth" Flow where they call into Signifyd after the order has been placed and the payment has been authorized with the Payment Gateway. Checkout API is used if merchants are executing a "Pre-Auth" Flow where they call into Signifyd before authorizing a payment with the Payment Gateway. In "Pre-Auth" flow, for each order, there are at least 2 API calls, a Checkout API call prior to payment authorization and a Transaction API after authorization