#beneordio_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1369310169674027090
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
hello?
hey there, taking a look at this, what are you trying to do exactly?
As the error indicates, these are not expected parameters when creating an invoice
https://docs.stripe.com/api/invoices/create these are not valid invoice create parameters
So whats the context in which you're doing this and what is your goal?
we are recreating an invoice that has not been paid and adding a line item. the created invoice is missing the period start and end
Gotcha, if you don't include a period there, but do include it when creating your invoice items are the invoice fields on the invoice set properly? https://docs.stripe.com/api/invoiceitems/object#invoiceitem_object-period-start
could we disregard this for a second and look into payment methods that we want to enable?
'payment_settings[payment_method_types][]': ['sepa_debit', 'giropay', 'card', 'customer_balance', 'sofort'],
i am are getting an error here :/
Sure, can you send me the full error message that you are getting there?
nvm fixed it