Hi,I’m working with webhooks and have them all set up relaying incoming transaction data to my server. Everything is working great, but I have a question about the data.settled value in the payload:
Unlike the data.created value, the time given in the payload is not the time as of the payment, or even a delayed payment. The time I receive for this is always a fixed very regular time.
For example for two payments that have data.created values of 09/10/2019 11:07 and 09/10/2019 10:52, I received that for both the data.settled time = the arbitrary time of 09/10/2019 13:45.
In fact, the settled time given is always one of the following three no matter when the payment was received:
08:00
16:30
13:45
Does anyone know what is going on here? I need to know what time are the payments actually settled, and securely in my account.