Table of Contents |
---|
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
1. POS TASKS | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Complete POS accounting tasks for products sold online.
|
| ||||||||||||||||||||||||||||||||||||||||||
2 . INFRASTRUCTURE TASKS |
Status | ||||
---|---|---|---|---|
|
Update the Azure appsettings:
Status | ||||
---|---|---|---|---|
|
'AllowStorageofCC' = FALSE if the resort DOES NOT use payment plans.
‘AllowStorageofCC’ = TRUE is the resort DOES use payment plans.
.
Status | ||||
---|---|---|---|---|
|
Validate the credit-related settings in the UnityProd rtp-config.json when that switch occurs.
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
PAYMENT PROVIDER TASKS
Status | ||||
---|---|---|---|---|
|
Ensure you have a Windcave Merchant account. If you don't already have one, you can sign up here: Windcave. Make note of your API key and API username when received from Windcave.
Status colour Red title required Determine if you will use the 3DSecure feature within Windcave. This is an additional layer of security that Visa cardholders can opt into. To configure 3DSecure from the Windcave dashboard, click on the Payment Page tab and then scroll to the bottom for the 3DSecure fields.
Status colour Blue title optional
3. COMMERCE TASKS
Settings
Status | ||||
---|---|---|---|---|
|
In All Settings, configure the following:
If using Aspenware Payment Plans, set
ecommercesettings.allowstorageofcc = TRUE
ecommercesettings.allowtransferofcc = FALSE
If NOT using Aspenware Payment Plans, set:
ecommercesettings.allowstorageofcc = FALSE
ecommercesettings.allowtransferofcc = FALSE
Status | ||||
---|---|---|---|---|
|
Set Up GL Reporting
Status colour Red title required Determine Communication Requirements
Status colour Red title required Ensure CSS File is Sent to Windcave
Status colour Red title required Configure Payment Gateway
Status colour Red title required Activate Windcave Payment Provider Widget
Status colour Red title required Initiate Test Transactions
Status colour Red title required
Status | ||||
---|---|---|---|---|
|
...
Complete POS accounting tasks for products sold online.
Infrastructure Tasks
Update the store’s appsettings.json under the Ecommerce node. The store application service must be restarted after changing any value in appsettings.json.
Update the Azure appsettings:
'AllowStorageofCC' = FALSE if the resort DOES NOT use payment plans.
‘AllowStorageofCC’ = TRUE is the resort DOES use payment plans.
Update the Azure appsettings 'AllowTransferofCC' to FALSE.
Validate the credit-related settings in the UnityProd rtp-config.json when that switch occurs.
Payment Provider Tasks
You will need a Windcave Merchant account. If you don't already have one, you can sign up here: Windcave.
...
Determine if you will use the 3DSecure feature within Windcave. This is an additional layer of security that Visa cardholders can opt into. To configure 3DSecure from the Windcave dashboard, click on the Payment Page tab and then scroll to the bottom for the 3DSecure fields. Your Windcave representative can assist you if needed.
Commerce Tasks
Determine if you will be using Aspenware Payment Plans with your Windcave implementation before updating the following settings.
Go to Configuration > Settings > All settings (advanced)
Search for ecommercesettings.allowtransferofcc
If using Aspenware Payment Plans:
Set ecommercesettings.allowstorageofcc = TRUE
Set ecommercesettings.allowtransferofcc = FALSE
If NOT using Aspenware Payment Plans:
Set ecommercesettings.allowstorageofcc = FALSE
Set ecommercesettings.allowtransferofcc = FALSE
Detailed Setup Guide
Set Up GL Reporting
Determine Communication Requirements
Ensure CSS File is Sent to Windcave
Configure Payment Gateway
Activate Windcave Payment Provider Widget
Initiate Test Transactions
...
4. Configure Payment Gateway
Go to Configuration > Payment Methods in Admin.
Click Edit on the Windcave payment gateway.
Check Is active and save. Ensure that only the Windcave payment gateway is set to ‘Is active.’
Select Configure on the desired payment method.
Complete the following fields:
Use Sandbox: Should be checked for test and unchecked for prod.
API Key: Obtainfrom Windcave.
API Username: Obtain from Windcave.
Requires Billing Address:Check to supply postal code/zip for AVS. (You can edit which fields are captured under Settings/Customer Settings/Address Form Fields.
Credit Card Form Title: (Language String) This is a customizable title for the form the guest completes with credit card information. Default title is ‘Credit Card Information’.
3DS Successful Payment Title: (Language String) This is the first sentence of the customizable message a guest receives to proceed once they successfully pass 3DSecure (see screenshot below). Default message is ‘Payment information complete!’.
3DS Successful Payment Message: (Language String) This is the second sentence of the customizable message a guest receives to proceed once they successfully pass 3DSecure (see screenshot below). Default message is ‘Click the continue button to proceed.’
3DS Successful Payment Link Test: (Language String) This is the third sentence of the customizable message a guest receives to proceed once they successfully pass 3DSecure (see screenshot below). This language accompanies the link that takes a user back to the credit card entry screen to change their payment method. Default message is ‘change payment’
...
Info |
---|
NOTE: Activation and configuration of 3DSecure is done within the Windcave dashboard. This feature is NOT activated in Aspenware Commerce. |
Click Save.
5. Activate Windcave Payment Provider Widget
Go to Configuration > Widgets. Select the Windcave Payment provider widget and click Edit.
Check the Is active checkbox to make the widget active. Leave Display order at 1. Click Update to save the settings.
6. Initiate Test Transactions
...