curl --request POST \
--url https://api.unibee.dev/merchant/setup_multi_currencies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
]
}
'{
"code": 123,
"data": {
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
]
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request POST \
--url https://api.unibee.dev/merchant/setup_multi_currencies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
]
}
'{
"code": 123,
"data": {
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
]
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Merchant's MultiCurrencies
Show child attributes
Show child attributes
using https://app.exchangerate-api.com/ to update exchange rate if true, the exchange APIKey need setup first
target currency
the exchange rate of gateway, no setup required if AutoExchange is true
Last Update UTC Time
Show child attributes
Merchant's MultiCurrencies
Show child attributes
Show child attributes
using https://app.exchangerate-api.com/ to update exchange rate if true, the exchange APIKey need setup first
target currency
the exchange rate of gateway, no setup required if AutoExchange is true
Last Update UTC Time