#wasif_api

1 messages ¡ Page 1 of 1 (latest)

pliant daggerBOT
#

👋 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.

valid carbon
#

hi there!

#

you want to add additional information in the Invoice PDF?

pliant daggerBOT
hazy dew
#

Yes. To be more specific, we need QR code ,bank details and customer information in the footer

left ginkgo
#

but unfortunately I don't think there's a way to add a QR code

hazy dew
#

@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.

left ginkgo
#

yes that's the only other way of doing it

hazy dew
#

In that case, I'm unable to get the bank account information Stripe add to invoices it generates itself.

left ginkgo
#

I'm not sure what you mean

#

would you mind sharing a screenshot of what you're refering to?

hazy dew
#

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.

left ginkgo
#

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