Known issues
Automatic payment settlement incorrectly setup
Automatic payment settlement incorrectly setup
ID: 1053010
Backlog
Published on 6/19/2024
•
Last update on 6/19/2024
Summary
The issue is that the gateway ignored the delayToAutoSettleAfterAntifraud
value.
These fields are required in the authorization response, but the gateway accepts their absence. Our documentation related to this.
"delayToAutoSettle": 1200, "delayToAutoSettleAfterAntifraud": 1200
In the perfect scenario, the gateway shouldn't accept the response without them.
When 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).
Simulation
- Create a payment.
- Configure the connector to respond without this required the field delayToAutoSettle, but sending the delayToAutoSettleAfterAntifraud
- Check the Authorization response, and it will have only the value that the connector responded to
- 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.
Workaround
Set the delayAutoSettle as the same value as delayAutoSettleAfterAntifraud.