#igmontero_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212392876516974643
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
Hi, let me help you with this.
You can have a Price per employee and then set quantity: 20 on the Invoice Item: https://docs.stripe.com/api/invoiceitems/create#create_invoiceitem-quantity
I wouldn't recommend adding individual Invoice Items for each employee. You can keep the related metadata in your database, and just create an Invoice with one Item and the total quantity.