From 2b746e42a1f3419848aebf7c39d9bd0315f39669 Mon Sep 17 00:00:00 2001 From: Ricardo Correia <87548049+ricardoaerobr@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:43:29 -0300 Subject: [PATCH] New callout antifraud transactions information --- ...ation-protocol-between-vtex-and-antifraud-companies-works.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/Integration-Guides/payments-integration-guide/how-the-integration-protocol-between-vtex-and-antifraud-companies-works.md b/docs/guides/Integration-Guides/payments-integration-guide/how-the-integration-protocol-between-vtex-and-antifraud-companies-works.md index 3d87dbfd8c..cc96405add 100644 --- a/docs/guides/Integration-Guides/payments-integration-guide/how-the-integration-protocol-between-vtex-and-antifraud-companies-works.md +++ b/docs/guides/Integration-Guides/payments-integration-guide/how-the-integration-protocol-between-vtex-and-antifraud-companies-works.md @@ -142,6 +142,8 @@ When your integration has successfully passed all tests, please open a ticket in The SLA required for the VTEX payments team to carry out the homologation is 30 days. +> ⚠️ VTEX Antifraud provider protocol supports payment transactions carried out using credit, debit, and gift cards. If you want to allow gift card payment transactions in your anti-fraud provider, set the `allowAntifraudOnGiftCard` field to `true` in the manifest. + ## VTEX Credentials When calling `CallbackURL`, you must specify the authentication headers, which in VTEX are **X-VTEX-API-AppKey** and **X-VTEX-API-AppToken**. You can find these credentials in VTEX License Manager. These credentials are used by the Anti-fraud Provider only.