Table of Contents |
---|
...
1. POS Tasks | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| ||||||||||||||||||||||||
2. Infrastructure Tasks | |||||||||||||||||||||||||
|
| ||||||||||||||||||||||||
3. Payment Provider Tasks | |||||||||||||||||||||||||
|
| ||||||||||||||||||||||||
4. Commerce Tasks | |||||||||||||||||||||||||
|
|
...
Work with your Aspenware Representative to ensure that the Unity rtp-config.json appsettings.json file is set properly. Ensure the following settings are set accordingly:
EncryptPaymentCardTokenValue = TRUE
UsePaymentCardTokenTable = TRUE
Validate the credit-related settings in the UnityPeakProd Unity rtp-config.json when that switch occurs.
If on a version earlier than 2.27, your Aspenware Representative will also need to set the following:
AllowStorageOfCC = TRUE
AllowTransferOfCC = TRUE
...
If you are running version 2.27 or later, you will need to update 2 credit card settings.
Go to Configuration > Settings > All settings
Search for “ofccC” to find AllowStorageOfCC and AllowTransferOfCC settings
Both settings should be set to TRUE. Click Edit to update settings as needed.
...
3. Configure Payment Method
Go to Configuration > Payment Methods in Admin.
Click Edit on the Authorize.net payment gateway.
Check Is active and Save. Ensure that only Authorize.net is set to ‘Is active.’
Select Configure on the Authorize.net payment method.
To change or set up payment account, fill in the following fields:
Use Sandbox: Should be checked for test and unchecked for production
UseShippingAddressAsBilling: Unchecked
Transaction Mode Values: Set to ‘Authorize and Capture’
Transaction Key: Obtain from Authorize.net
Login ID: Obtain from Authorize.net
Additional Fee: Set to 0.00
Additional Fee Percentage: Uncheck
Requires Billing Address: Likely checked, but verify to be sure that it is required for checkout.
Requires Phone Number: Unchecked
Click Save.
4. Disable Update Credit Card Feature
The functionality to update a credit card through the customer’s My Account page is not supported with Authorize.net. Therefore, the Resort Charge Tab on My Account needs to be disabled. This can be done in one of two ways:
Method One
Go to Configuration > Settings > All settings (Advanced).
Search for the setting customersettings.hideresortchargetab
Click Edit and change the setting value to TRUE to hide the tab.
Click Update to save the setting change.
Method Two
Go to Configuration > Customer Settings.
Scroll down to Additional Customer Settings.
Check the Hide Resort Charge Tab checkbox to hide the tab.
Click Save.
5. Test Payment Method
Test a live credit card for each type of accepted credit card (Visa, Amex, Discover, Mastercard) to ensure gateway is processing payments properly once setup is completed.
...