You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
Expected behavior
The text was updated successfully, but these errors were encountered: