#aistudent_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1381882067612340366
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! What will you be using the information you collect from this form for?
The client requirement is so that they enter bank details in such form rather than the popup
To collect user bank details on my ecommerce site
for ACH
Basically I want all these forms to be manual like the screenshot I showed you, Also, if a payment fails, I want a retry button on my site so that I can setup something through cron or manual pressing of the Retry button, so that payment could be tried to be paid if it initially fails.
Sorry so is the question if you can create a payment method for US bank accounts without using Stripe interfaces?
Yes
This is working fine, it creates both the payment and payment method.
But always asks for Microdeposits verification.
Can I send you a small video if you can see it?
My question actually is, that is it valid for Stripe to have such forms or I would need any compliance?
PCI compliance or something?
PCI is for card payments: https://stripe.com/en-sg/guides/pci-compliance
The microdeposit is verifying the bank account: https://support.stripe.com/questions/verify-a-new-ach-direct-debit-customer-using-micro-deposits
I tried to upload the video clip, but it says size is more than what you can send on Stripe discord. I am going to send it through Google Drive link
Please watch this 2 mins clip
000123456789
Unfortunately... I cannot access a Google Drive link. Can you post screenshots here?
Okay these are the screenshots in order
So this is how my interface will look , and we don't want to use the native stripe Popup
So is this okay?
My second question is, that though I am using test account number and routing number for instant verification, I am still being asked for microdeposits, is it normal? What could I be missing?
Routing: 110000000, Account: 000123456789, this is what I am using to creating payment method
but it always asks for micro deposit, what should I do, so that if it is instant verfication, it verifies it without microdeposit verfication
Yes, having your own UI is fine. However, you need to ensure you collect everything that Stripe collects to ensure the payment will be successufiul. I am referring to things like mandate. You can use this document as a reference: https://docs.stripe.com/payments/ach-direct-debit
Thanks. Also can you please let me know about how to create a retry button for payments if payment fails, any documentation for that?
You cannot do instant verification without Financial Connections, hence why you are asked for microdeposits: https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=stripe-hosted&platform=web#test-integration
You mean in manual system Like I have setup, I would always have my users go through micro deposits? The instant one is only for the native Stripe Modal?
So Financial Connections can only be used in Stripe Modal? not in manual forms like I have done?
We don't have a document for this.
Yes, correct.
Yes, correct.
Okay Thanks for the info