Before enabling multi-currency, let’s make sure you have this NetSuite feature on. You can verify by navigating to Setup → Company → Enable Features. Under the Company subtab, you will see a checkbox for Multiple Currencies.
If you are using Multi-Currency, navigate to Lists → Accounting → Currencies to find each currency ISO code which is used in PayPack’s configuration.
Use the below sample JSON for the currency lookup configuration field.
{
"US Dollar": "USD",
"British pound": "GBP",
"Canadian Dollar": "CAD",
"Euro": "EUR",
"Yen": "JPY",
"Australian Dollar": "AUD"
}