Sumit1311 / kids-library

0 stars 1 forks source link

[Enhancement] Paytm Payment Gateway - Handle Pending Transactions #3

Open Sumit1311 opened 7 years ago

Sumit1311 commented 7 years ago

Symptoms : Whenever the paytm transaction timeouts it sends the response as status as pending.

Solution : Create a seperate process which monitors transactions for pending status. It takes those transactions and check with the paytm if those are successful. After sufficient retries mark it as failed in database.

Sumit1311 commented 7 years ago

Currently it is complete but might need to add some more functionality so keeping open