ajab-gajab / kids-library

0 stars 0 forks source link

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

Open Sumit1311 opened 7 years ago

Sumit1311 commented 7 years ago

Issue by Sumit1311 Thu Jul 6 10:13:39 2017 Originally opened as https://github.com/Sumit1311/kids-library/issues/3


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

Comment by Sumit1311 Fri Jul 21 14:07:11 2017


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