#hamdan-nagarro_docs
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/1329713346542436364
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! I'm a bit confused, you're sharing the bank transfer page, but then you said that you tried with iDEAL, which payment method do you want to use? They are two entirely different payment methods
I have tried Ideal and it doesn't fit my use-case. However, the bank transfer can be used I believe to associate the bank account number with the customer object. My question is, can I store the bank account number without charging anything and display the complete bank account number later onwards?
https://docs.stripe.com/payments/customer-balance/funding-instructions - I believe this is what you're looking for. You can generate bank account details to show your customer before they make their first payment
Oh, can associating bank details be only done through API?
that page I shared gives you an example of how to do it via the Dashboard
Yes in the link shared there are two ways Dashboard and through API. Just want to confirm that there is no way to do it with Stripe Elements?