#lucidmodz
1 messages · Page 1 of 1 (latest)
There's no way to delete an invoice once it has been finalized.
If you don't want to collect payment for it then you can mark it as void
how do i void it
im looking around and cant find a void button
nevermind i did it
why is it saying you cannot combine currencies on a single invoice. this invoice has invoice items currency usd that conflicts with the invoice curency gbp
i want to charge someone in USD
@halcyon kite
An invoice can only have line items in one currency. It is possible you have a line item with a different currency on the invoice
how do i change that to all be 1 currency?
We're not super familiar with dashboard flows as we mainly work with API related questions.
how do i do it with API?
You'd create an invoice item for a customer with a usd price
https://stripe.com/docs/api/invoiceitems/create
And then create an invoice for the customer
https://stripe.com/docs/api/invoices/create
Okay. this is confusing lmao
For dashboard, we also have this doc that show how you can create an invoice with a price
https://stripe.com/docs/invoicing/dashboard#create-invoice
i know how to do it on the dashboard it just shows the GBP - British pound and its grayed out so i cant change it
Can you share a screenshot?
Oh you're trying to update the customer
I don't think customer currency can be updated once set
We have docs on this here
https://support.stripe.com/questions/setting-a-customers-default-currency
I don't know if we support the workaround via dashboard though
would recommend double checking with our support team as they're experts on dashboard flows and can help look into it further
okay