|
| 1 | +--- |
| 2 | +title: Configuring Umbraco |
| 3 | +description: >- |
| 4 | + Learn how to configure the Umbraco backoffice for enabling the use of Worldpay |
| 5 | + as a payment method. |
| 6 | +--- |
| 7 | + |
| 8 | +# Configure Umbraco |
| 9 | + |
| 10 | +## Step 1: Create Payment Method |
| 11 | + |
| 12 | +The following steps are all handled through the Umbraco backoffice. |
| 13 | + |
| 14 | +1. Navigate to **Settings > Commerce > Stores > {Store Name} > Payment Methods** section. |
| 15 | +2. Select the **Create Payment Method** button to create a new payment method. |
| 16 | +3. Choose **Worldpay Business Gateway 350** from the list of available payment providers. |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +## Step 2: Configure Payment Provider Settings |
| 21 | + |
| 22 | +The following steps are handled within the payment method editor in the Umbraco backoffice. |
| 23 | + |
| 24 | +1. Configure the standard payment method settings as required. |
| 25 | +2. Configure the Worldpay payment provider settings as follows: |
| 26 | + |
| 27 | +| Name | Description | |
| 28 | +| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| 29 | +| Continue URL | The URL of the page to navigate to after payment is successful. For example: `/confirmation/` | |
| 30 | +| Cancel URL | The URL of the page to navigate to if the customer cancels the payment. For example: `/cart/` | |
| 31 | +| Error URL | The URL of the page to navigate to if there is an error with the payment. For example: `/error/` | |
| 32 | +| Billing Address (Line 1) Property Alias | The alias of the property containing line 1 of the billing address. For example: addressLine1. Passed to Worldpay for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | |
| 33 | +| Billing Address (Line 2) Property Alias | The alias of the property containing line 2 of the billing address. For example: addressLine1. Passed to Worldpay for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | |
| 34 | +| Billing Address City Property Alias | The alias of the property containing the city of the billing address. For example: addressLine1. Passed to Worldpay for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | |
| 35 | +| Billing Address State Property Alias | The alias of the property containing the state of the billing address. For example: addressLine1. Passed to Worldpay for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | |
| 36 | +| Billing Address Zip Code Property Alias | The alias of the property containing the zip code of the billing address. For example: addressLine1. Passed to Worldpay for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | |
| 37 | +| Install ID | The Worldpay installation ID | |
| 38 | +| MD5 Secret | The Worldpay MD5 secret to use when creating MD5 hashes | |
| 39 | +| Response Password | The Worldpay payment response password to use to validate payment responses | |
| 40 | +| Capture | Toggle indicating whether to immediately capture the payment, or whether to authorize the payment for later (manual) capturing. | |
| 41 | +| Test Mode | Toggle indicating whether this provider should run in test mode | |
| 42 | + |
| 43 | +In addition to these core settings, other optional advanced settings can be configured: |
| 44 | + |
| 45 | +| Name | Description | |
| 46 | +| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | |
| 47 | +| Verbose Logging | Enable verbose logging | |
| 48 | + |
| 49 | + |
0 commit comments