#koidestroyer
1 messages · Page 1 of 1 (latest)
Hi there
First you can create multiple Invoices for the customer:
https://stripe.com/docs/api/invoices/create
and for each invoice you create an invoice Item by setting the target Invoice:
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-invoice
Here is a full guide:
https://stripe.com/docs/invoicing/integration/quickstart?lang=node
Okay, so we can't set different destination accounts on the same invoice?
Nope you can't
ok
and a related question, how can I set an invoice to be payable by bank transfer? (SEPA)
Right now the test invoices only allow credit card as far as I can see
When creating the invoice, if you have a Mandate you can set it directly:
https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-default_mandate
Or you can set the list of the PaymentIntent that you want to be used for your invoice:
https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-payment_method_types
Cool, thanks! BTW, what time is Dingbot operating? I know on weekends it isn't but what's the starting time on Monday?
Or is Dingbot operated by staff, that creates threads when you add eyes?
Dingbot is our internal tools, and its operated by Staff yeah