#NawazShafiq
1 messages · Page 1 of 1 (latest)
Could share the Setup Intent ID (seti_xxx) that doesn't have payment method?
no sorry i dont have access at the moment to the production stripe account.
can you please confirm does it have the payment id in setup intent object ?
because the bank info is not attached to the stripe customer
what i assume that stripe attaches the payment method to the customer once he accepts the mandate stripe.confirmUsBankAccountSetup
After stripe.confirmUsBankAccountSetup is called, user will be prompted to connect to his/her bank account. payment_method will be present in setup intent at the .then function in your screenshot
just to be clear you mean stripe.collectBankAccountForSetup after this we will have payment_method right ?
it would really be easier if you can provide the SetupIntent in question. Without it, we can't troubleshoot
ok understood i will try to get the setup intent i appreciate your help, i have an other question that we are using webview app when we go to collect bank account info using stripe.collectBankAccountForSetup we dont get back to the app it show white screen after the user have provided bank info.
is there any way to add return url or redirect url so that we can use App Links to get to the app?
gimme a while to see what's possible and i'll get back to you
ok thanks a lot.
If you use our mobile SDK instead of stripe.js then you have the option of specifying a returnURL to a deeplink to your app https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=mobile&ui=ios#ios-collect-payment-method-details
But if you use stripe.js then seems that we don’t provide that option.
it looks like we have beta here for webviews - https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=mobile&ui=webview but it's under the payment page. You can try reaching out to see if it's supported for saving bank details also
ok so it mean i will have to submit this request to get to know weather stripe provide us with option to collection bank details from web view am i write please guide?
yep, fill up that form and they should get back to you as soon as they're able to