#spicysquid_api

1 messages ยท Page 1 of 1 (latest)

deft duneBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

topaz vigil
#

hi there ๐Ÿ‘‹ give me a moment to catch up on the question

#

thanks for waiting, it is not possible to bulk create invoice for N number of customers (i.e. we cannot create 1000 invoice in one action or api call). I also want to highlight that we only allow 100 request per second in live mode: https://docs.stripe.com/rate-limits#rate-limiter

#

that said, you can consider using Workflows [0] to automate the invoice creation part. For example, for every customer you create, you can set up a workflow to automatically create an invoice for the created customer.

[0] https://docs.stripe.com/workflows

dim saddle
#

Does the bulk invoice uploders in the stripe marketplace app calls the and creates the invoices one by one and subject to the same rate limits?

topaz vigil
#

Do you have the URL to the app on Stripe Marketplace?

#

We likely don't own that third-party app but I can help check first

topaz vigil
dim saddle
#

okay, there's no API for bulk, but does stripe have some other way or tools for bulk invoice creation?

topaz vigil
dim saddle
#

thanks for your help, is there other support channels or emails for Stripe. Just want to verify

topaz vigil
#

You can generally use https://support.stripe.com/ to contact our support team. But if you're a developer and has specific questions about using the Stripe API or face any technical blockers while building your Stripe integration, my team can help you with this on this Discord channel, which is our developer chat. ๐Ÿ™‚

deft duneBOT