Install and Configure the Recipe

On your Oracle Integration instance, install the recipe package to deploy and configure the integration and associated resources.

  1. On the Oracle Integration home page, scroll to the Accelerators & Recipes section.
  2. Click Search All.
  3. Find the recipe package that you want to install.
  4. Select the package, and then click the Install Install icon icon.
  5. After the package is installed, click the Configure Configure icon icon on the recipe card to configure the resources deployed by the package.

    The Configuration Editor page opens, displaying all the resources of the recipe package. Configure the following resources before you activate and run the recipe.

    Note:

    Optionally, you can configure the following lookup tables in the package.
    • ORACLE-BRT-STRIPE_CURRENCY_CODES: This lookup table contains a mapping of Stripe currency codes to NetSuite currency codes. On your Stripe account, if you have subscription-plan records in currencies other than USD, add the mapping for those currency codes in the table.
    • ORACLE-BRT-STRIPE_PRICING_DATA: This lookup table contains pricing-related information that's to be used while creating service-item records in NetSuite. Default values are entered in the table. You can update these values if necessary.
    • ORACLE-BRT-STRIPE_NS_UNITOFMEASURE: This lookup table contains a mapping of NetSuite units of measure to Stripe units of measure. On your Stripe account, if you have a subscription-plan record with a unit of measure other than the one listed in the lookup table, add the mapping for that unit of measure in the table.
    • ORACLE-BRT-STRIPE_NS_TAX_SCHEDULE: This lookup table contains fields related to the NetSuite tax schedule that's to be used while creating service-item records in NetSuite. Values corresponding to the default tax schedule are entered in these fields. You can update these values to use a different NetSuite tax schedule while creating service-item records.

Configure the Oracle NetSuite Connection

  1. On the Configuration Editor page, select Oracle NetSuite Connection.
  2. Click Edit Edit icon.
    The connection configuration page appears.
  3. In the Connection Properties section, enter the following details.
    Field Information to Enter
    WSDL URL

    Enter the NetSuite WSDL URL; for example, https://webservices.netsuite.com/wsdl/<NetSuite_application_version>/netsuite.wsdl.

    where <NetSuite_application_version> is the version of the NetSuite application. For example, v2015_1_0. See Assemble the Oracle NetSuite WSDL URL.

  4. In the Security section, enter the following details.
    Field Information to Enter
    Security Policy Select Token Based Authentication.
    Consumer Key Enter the consumer key of the integration record in Oracle NetSuite. See Create an Integration Record for Oracle Integration.
    Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.
    Token Enter the token ID provided by Oracle NetSuite. See Create an Access Token for the User Account.
    Token Secret Enter the token secret provided by Oracle NetSuite.
    Account ID Enter your Oracle NetSuite account identifier. See Make a Note of the NetSuite Account ID.

    Note:

    You must enter this information in capital letters.
  5. Click Save. If prompted, click Save for a second time.
  6. Click Test to ensure that your connection is successfully configured.
    A confirmation message is displayed if your test is successful.
  7. Click Back Back icon to return to the Configuration Editor page. Click Save again if prompted.

Configure the Oracle REST Stripe Connection

  1. On the Configuration Editor page, select Oracle REST Stripe Connection.
  2. Click Edit Edit icon.
    The connection configuration page appears.
  3. In the Connection Properties section, enter the following details.
    Field Information to Enter
    Connection Type

    Leave REST API Base URL selected.

    Connection URL Enter the following URL: https://api.stripe.com/
  4. In the Security section, enter the following details.
    Field Information to Enter
    Security Policy Leave API Key Based Authentication selected.
    API Key Enter the API key associated with your Stripe account. See Obtain Stripe API Keys.
  5. Click Save. If prompted, click Save for a second time.
  6. Click Test to ensure that your connection is successfully configured.
    A confirmation message is displayed if your test is successful.
  7. Click Back Back icon to return to the Configuration Editor page. Click Save again if prompted.