Skip to content

I cannot procced after the checkout page in the app. #32

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

Open
ankitgada1997 opened this issue Oct 14, 2022 · 7 comments
Open

I cannot procced after the checkout page in the app. #32

ankitgada1997 opened this issue Oct 14, 2022 · 7 comments

Comments

@ankitgada1997
Copy link

I've been attempting to integrate the flutterwave payment gateway into my app. I've implemented the desired flow, which goes something like this: I want to add money to my wallet, so first I take input from the user and then redirect to the flutter wave portal, where the user enters their card details, receives an OTP, and the transaction is verified. The above flow works with test keys, but when we replace them with live keys, the server adds another verification and redirects to the return URL specified in the Flutter wave portal and the app. However, it's stuck over there and we are unable to proceed. So, could you please tell us how everything will work out? We've tried webhooks as well, but the problem persists.

We have created a webhook on the server using laravel framework.

Please help to get the flow completed.

@FredDominant
Copy link
Contributor

Hello @ankitgada1997, does this issue occur on this Flutter library?

@ankitgada1997
Copy link
Author

Hello @ankitgada1997, does this issue occur on this Flutter library?

Yes.
You can have a look at Video URl.

@FredDominant
Copy link
Contributor

FredDominant commented Oct 29, 2022 via email

@ankitgada1997
Copy link
Author

No, Please check with the live key.

@FredDominant
Copy link
Contributor

FredDominant commented Oct 29, 2022 via email

@ankitgada1997
Copy link
Author

In the new version of the flutterwave_standard there are new issues.

  1. The webview is not opening only. the issue is for the context while navigating to the StandardWebView Screen.
  2. After the successful payment it is redirected to the URL where we get the response printed in the webview. we have to decode the response and get back to app with the charge response.

@FredDominant
Copy link
Contributor

FredDominant commented Oct 29, 2022

@ankitgada1997,
For point 1 - Can you expand more on the issue
Point 2 - does this work well on test? if so, can you share the differences in the responses on both environments?

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