#mike-dubs_api

1 messages ยท Page 1 of 1 (latest)

summer fieldBOT
#

๐Ÿ‘‹ 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.

valid perch
#

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.

delicate vessel
#

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

valid perch
#

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.

Create or retrieve VBAN details for customers to fund their cash balance without a PaymentIntent, and download a confirmation letter for the VBAN ownership.

delicate vessel
#

Thanks - I think I have an idea that should work. I really appreciate your time and assistance. Have a great day!