#monesh_sahu
1 messages · Page 1 of 1 (latest)
Hi
Can you resume/give more details about your latest follow up request ?
its taking to a blank page
Can you please share a screen recorder to understand this part clearly ?
ok
after this page
it is taking me to this page
From payment click goes to hooks.stripe and without anything comes back
Can you share the code that is displaying the payment ?
backend code or frontend
your Android.
Try running the official PaymentSheet example:
https://github.com/stripe/stripe-android/tree/master/paymentsheet-example
And see if you manage to reproduce that issue.
This is Kotlin.
Try launching that sample in your local env.
project is not opening
its from lower version of gradle
You can use multiple Gradle version in your local env, Gradle wrapper is per project and not global.
Try to open the root project via Android Studio
https://github.com/stripe/stripe-android
did you check the code
The code you shared don't compile. We don't provide code review unless you send a specific code block that is throwing an exception/unexpected behavior.
Please first try running the official example and try to reproduce the error first on it and check if you are not following the implementation guidelines.
ok
@grizzled dust basically after card pay thing it redirects to hooks.stripe url and without anyresponse with blank page came back to payemnt activity with filled card block and not came again to "onPaymentSheetResult"
Please don't use mentions I'm with you.
there is no exception
When using 4242 card there shouldn't be a call to hooks.stripe... that's why I asked to try to reproduce first on the sample project.
And compare that to your current Activity.
this is what hooks url look like
but the thing is i am using 424242424242 card only
Yes I understand that part.
as you can see in previous screenshot
Try test reproduce on the sample I shared above
https://github.com/stripe/stripe-android/tree/master/paymentsheet-example
Without having a code reference I'm afraid I can't help, I don't have your complete integration code (back/front)
exactly same thing code provided in this kt and xml files
afraid is there anything not shown in this files need to be deploy
example you have shared have a lot of exapmples and changes which i dont think need to be done for a simple test round
Can you provide a complete sample Android project that reproduce the issue ?