#mike-dubs_api
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/1374488056140140545
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ sorry, I don't have specific guidance there, as how you want to build this will be dependent on the look-and-feel that you want to offer your users, as well as being dependent on what web framework and languages you're using to build your webpages.
Hi @valid perch, can you provide any insight on how this page is generated? I just want to make sure that I include all the relevant bank transfer information for each currency: https://payments.stripe.com/bank_transfers/instructions/test_YWNjdF8xTnZSdHNLRDNtUWEwdUNULF9TSDc5STBjZXlaNklHSVltQ3RnRnhCSXllOUZOU0NL01001mjMujnN
I plan on just mimicing the output that Stripe shows on this page, but I don't want to miss any underlying logic that may vary based on a user's country and currency
I'm not sure I'm grasping what you're asking. You're able to inspect the HTML for that page to get a feel for how it's structured.
The structure of the funding instructions fluctuate based on what type of Bank Transfer you're creating funding instructions for:
https://docs.stripe.com/payments/customer-balance/funding-instructions?dashboard-or-api=funding-instructions-api&country=eu#create-funding-instructions
Those details don't need to be adjusted while they're being displayed.
Thanks - I think I have an idea that should work. I really appreciate your time and assistance. Have a great day!