Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handleRedirect function not called when payment confirmation is delayed #71

Open
EmmyAina opened this issue Nov 26, 2023 · 2 comments
Open

Comments

@EmmyAina
Copy link

EmmyAina commented Nov 26, 2023

Description

The handleRedirect function is not called when there is a delay in confirmation when paying with bank transfer. Resulting in the user being debited, and not knowing if the transaction was successful or failed

Steps to Reproduce

  1. Initiate Payment
  2. Change Payment method to Bank Transfer
  3. Experience a delay in confirmation
  4. Transaction eventually goes through and the user gets debited, but the handleRedirect function is not called and I don't get to know if the transaction was successful

Expected behavior

handleRedirect gets called and I get to know if the transaction was successful or failed

Reproduces how often

I have experienced it twice in seven transactions so far

Additional Information

There's no error message

@bytenaija
Copy link

I am having the same issue. It takes over 4 to 10 minutes for payment to be processed, and it is never called.

@EmmyAina
Copy link
Author

EmmyAina commented May 1, 2024

It's quite frustrating and hard to debug since the occurrence is random. There's still no fix so far.
I have to manually carry out the success or fail action anytime the issue occurs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants