Multi-Currency Lookup

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.

PayPack - Enable Multi-Currency.png

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" 
}
Was this article helpful?
0 out of 0 found this helpful

More resources