#wasif_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/1389198509592285336
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes. To be more specific, we need QR code ,bank details and customer information in the footer
but unfortunately I don't think there's a way to add a QR code
@left ginkgo this does not help as it can only handle plane text. That's why I want to build custom invoices that I'll generate from my bacekend in place of what Stripe send.
yes that's the only other way of doing it
In that case, I'm unable to get the bank account information Stripe add to invoices it generates itself.
I'm not sure what you mean
would you mind sharing a screenshot of what you're refering to?
SUre
This is the part of the invoice that stripe generated when I requested a bank transfer. Now if I want Stripe to stop generating these invoices, I would have to put these in by getting via API and placeing all the information. Right?
But when I start putting togethar an invoice, I get all the information of user, items and pricing but I don't get the bank account information anywhere. Stripe generates a bank account for each user when they ask for a bank transfer but I'm yet to find a way to retrieve it via the SDK or API.
in this case you don't even need to generate an Invoice on Stripe and you can do all the customization on your side while also taking the details of the Bank Transfer instructions and add them to your custom generated Invoice