Error Handling
Errors can occur as a result of the following
Insufficient merchant balance on Finswich
When merchants responds with an error message.
Error Handling
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 updated