The onSuccess callback is not called on successful bank authorization. The modal just closes.
Describe the bug The success callback is not called on successful bank authorization. The modal just closes. Card is charged but no value for the customer cos logic has been implemented in the onSuccess callback.
To Reproduce Steps to reproduce the behavior:
- Select card ending with 409 and complete the steps. (Use an iphone). Seems to work on android.
Expected behavior
- OnSuccess callback should be called and business logic implemented.
I'm getting the same issue, any fix for this?
Still no fix for this?? Has anyone figured this out??
the official paystack website advices that we use web hooks to confirm payment before providing value to the customer. The webhook feature is not available in this library unfortunately. Perhaps you can make a feature request where you can pass in a url to your backend server to be called when a transaction is successful