Arrow get the Currency from each merchant using the javascript data that they pass to Arrow Checkout
The currency field is an object of the currency used and symbol of the same currency used for the order. Currency will be populated as shown below
.
"currency": {
"base_currency": "SGD",
"currency_symbol": "$"
}
Variable (Type)
Type
Description
base_currency
String
Currency used for the Order.
currency_symbol
String
Currency Symbol for the given currency.
"currency": {
"base_currency": "SGD",
"currency_symbol": "$"
}
Variable (Type) | Type | Description |
---|---|---|
base_currency | String | Currency used for the Order. |
currency_symbol | String | Currency Symbol for the given currency. |