Currencies
Overview
Each payment method can be enabled for only certain currencies. By default, a new payment method will be available for all currencies, but by selecting a subset of currencies, the payment method will only be shown when one of the specified currencies is selected.
How to configure currencies
All payment method config can be done via our dcloud
cli tool.
When configuring a new payment method using dcloud payments:method:configure
, a wizard is launched to guide you through the configuration process.
Configuration Options
Currencies should be passed as an array to each payment method on your environment.
*
represents all currencies. If no currency data is passed the method will be enabled for all currencies (*
).
We allow filtering of methods based on currencies. At the same time we also pass the currency code to each payment provider. Meaning that some methods, whilst enabled in Payment Orchestrator, may not be available from the provider itself.
"currencies": [
"EUR",
"USD"
]
In the example above the method is enabled for Euro and US Dollar only.