{"section":"known-issues","requestedLocale":"en","requestedSlug":"automatic-payment-settlement-incorrectly-setup","locale":"en","slug":"automatic-payment-settlement-incorrectly-setup","path":"docs/en/known-issues/Payments/automatic-payment-settlement-incorrectly-setup.md","branch":"main","content":"## Summary\n\n\nThe issue is that the gateway ignored the `delayToAutoSettleAfterAntifraud` value.\n\nThese fields are required in the authorization response, but the gateway accepts their absence. Our documentation related to this.\n\n        \"delayToAutoSettle\": 1200, \"delayToAutoSettleAfterAntifraud\": 1200\n\nIn the perfect scenario, the gateway shouldn't accept the response without them.\n\nWhen the `delayToAutoSettleAfterAntifraud` field is not in the payload of the authorization response. The gateway cannot define the correct value, so the default value of the automatic payment settlement will be 4 days (default).\n\n\n##\n\n## Simulation\n\n\n\n1. Create a payment.\n2. Configure the connector to respond without this required the field delayToAutoSettle, but sending the delayToAutoSettleAfterAntifraud\n3. Check the Authorization response, and it will have only the value that the connector responded to\n4. Please check the purple card to see which value it has set up. The automatic payment settlement will be scheduled for four days after the payment approval.\n\n\n\n##\n\n## Workaround\n\n\n\nSet the **delayAutoSettle** as the same value as **delayAutoSettleAfterAntifraud.**"}