{% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% set displayName = integration.displayName() %} {% set instructions %} ### Step 1. Connect to the {name} API 1. Go to your PayWay account. 1. Click on the **Settings** navigation item in the top-right of the main header navigation. 1. Click the **REST API Keys** link. 1. Click the **Add** button, and select **Publishable** as the API Key type. Click the **Save** button. 1. Copy the **API Key** from {name} and paste in the **Publishable Key** field below. 1. Go back and click the click the **Add** button, and select **Secret** as the API Key type. Click the **Save** button. 1. Copy the **API Key** from {name} and paste in the **Secret Key** field below. 1. Click on the **Settings** navigation item in the top-right of the main header navigation. 1. Click the **Merchants** link. 1. Copy the **Merchant ID** from {name} and paste in the **Merchant ID** field below. ### Step 2. Test Connection 1. Save this integration. 1. Click on the **Refresh** button in the right-hand sidebar. {% endset %}