Error Handling
- 1.Insufficient merchant balance on Finswich
- 2.When merchants responds with an error message.
If any request to the beneficiary fails, it is retried 4 times
MINUTES_MAP = {1: 5, 2: 60, 3: 1440, 4: 4320}
//The first retry is 5 mins after the first attempt to credit. The second retry is 60 mins after the first retry...the 3rd retry is 1440 mins after the second retry and so on.
Last modified 6mo ago