#tilted_code

1 messages ¡ Page 1 of 1 (latest)

glossy needleBOT
#

👋 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/1367190318662942851

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

tranquil musk
uncut sonnet
#

Hi, so right now the process I have going for me is that I check if the customer is stored on stripe, if not then I create them, make a stripe invoice with metadata like my plan, the credits to be granted, the accountId of the user etc and then create an invoice item for that amount. then finalize it and return the hosted invoice url
from there the user completes the payment and I get the webhook confirmation on my backend.

now 2 things to keep in mind is that I am testing the app in a sandbox, and I am also testing from India, and apparently the german 19% VAT won't apply to me?

but the invoice being created doesn't mention any sort of tax anyway

#

if I were to use payment links, would it lead to invoice creatino?

tranquil musk
uncut sonnet
#

okay cool thanks, will check this out and reach out if I need any help