#alex-currency-conversion

1 messages · Page 1 of 1 (latest)

delicate meteorBOT
brittle lagoon
#

Hi 👋

I'm not sure what you mean here. Until the customer pays the invoice in a specific currency, Stripe doesn't know what to convert it to. Unfortunately this isn't something you can configure.

modest root
#

Yeah, I understand. In the past, we were using a service called octobat (integrated with Stripe) for issuing invoices. Octobat allowed to set a conversion (from USD to Euros in our case).

#

The point is that we only can bill in USD, but a client asks for a USD-Euro conversion in the invoices.

brittle lagoon
#

So the prices are represented in Euros?

modest root
#

No, in USD. and they ask for somethin similar to this

#

Prices in dollars and including a conversion to euros.

#

My only idea is update the invoice object, including free text with the conversion in the footer or in the memo field. But it sounds horrible to me ...

brittle lagoon
modest root
#

Hum, just USD.

#

I asked to Stripe Support and they didn't mention anything about multicurrency ...

brittle lagoon
#

I haven't had a chance to test it but I'm not sure this would create the text rendering you are looking for, based on this section about Invoices

When you create an Invoice Item, use the currency parameter to tell the Invoice Item which of the multi-currency Price’s currencies to use.

Note, you must explicitly pass the currency parameter even if it’s the same as the Customer’s default currency. If you omit the currency parameter, multi-currency Prices won’t work.

modest root
#

At least is something to investigate ...

#

I think it will work for us to use several currencies and choose the currency to issue the invoice with

brittle lagoon
#

Then that may be a valid option for your business.

modest root
#

But I guess this involve to set fixed prices in the additional currency youwant (Euros in our case). It won't be a "conversion", it will be having two static options and choosing one. And the conversion that we might apply could not be valid the day after ...

brittle lagoon
#

That is true so this might be much more work than expected.

modest root
#

Yeah, I was right, just if you were curious

#

Anyway, I'll take a deeper look.

#

I appreciate a lot your help. Many thanks.