#Alita-rn-bank
1 messages · Page 1 of 1 (latest)
That's the point, if I don't set 'name' to billingDetails I receiving error and function resolving as it should be. But if confirmation in webview will open the function just stopped without any error or warning or info.
Following this guide - https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=mobile&ui=react-native#react-native-create-payment-intent
Can you share the specific code you're running that's causing an issue?
Also, there is likely errors in your request logs: https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sure, here it is. Exactly like one at the github example plus few console logs.
So the first console log appears normally, then webview are open, I fill the form, it shows me success, then redirect me back to the app and ... nothing. The second console log didn't appears.
Where is your secret variable set?
above the code, in state
All logs are 200
Are you able to share your account ID?
I can't really help much more without context from your account
Is there an error thrown in your application/browser?
No errors, nothing. Looks like its about communication between app and whatever is going on in collectBankAccountForPayment, cause script isn't continue working at all.
And i don't know the account id, I saw that all requests has status 200, I don't have access
Can you share the Payment Intent ID you're creating?
req_XuYrDHmA9t9pjB
To confirm: collectBankAccountForPayment fires, the modal opens and you complete the details then you're not redirected?
I'm redirecting back to the app and then nothing, I'm not getting paymentIntent or even console log that it exists or no
Are you able to check for logs in the browser/webview console? There has to be something that would indicate an issue
trying to figured out the way paymentIntent transferred back to my code. I'm more like React dev, dont know that deep about that. It could be issue with my android build (dependencies mismatch or something)
Nothing in the console, I'll try to provide video now
Hi! I'm taking over this thread! Yes if you ca share a video of what is happening on your app that would be useful.