mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Exchange rates for multicurrency #168

Closed boryn closed 3 years ago

boryn commented 3 years ago

Let's say I accept the payment in GBP. Later I'm able to fetch the settlement amount in EUR.

But what if I needed to express the paid amount in NOK? The conversion could be done at the moment of querying it, not necessarily at the date of the payment. It is needed to display approximate amounts in any other supported currency.

Does Mollie offer any exchange rate method before we create the payment, both from and to EUR? Or the exchange rates are published? So the question is how to express an amount in EUR in any other currency?

multicurrency #multicurrencies

sandervanhooft commented 3 years ago

Mollie does not support conversion calculations as a service. This is best handled in your app, as cases like these are super specific to your business.