Hi,
I have some question,
What is the delay between order canceling and funds refunding?
I mean, I’m using python api, after order canceling I’m checking if status of cancelled order is CANCELED. Then I want to recreate order and yeah, have to be sure that founds are back on the account. But dont want to check funds difference before and after canceling.
So, If order status has changed to CANCELED
- Is there also some delay between this moment and funds are back on the account?
- That also means that funds are already back on the account?
Which one is correct?