Table of Contents |
---|
...
Work with your Aspenware Representative to ensure that two Azure settings in appsettings.json are set as follows:
AllowStorageOfCC set to TRUE
AllowTransferOfCC set to TRUE
Work with your Aspenware Representative to ensure that the Unity Config file is setup properly. Ensure the following setting is set.
EncryptPaymentCardTokenValue set to TRUE
Validate the credit related settings in the UnityPeakProd rtp-config.json when that switch occurs. the Unity .json file is set up properly. Ensure the following settings are set:
EncryptPaymentCardTokenValue = TRUE
UsePaymentCardTokenTable = TRUE
If on a version earlier than 2.27, your Aspenware Representative will also need to set the following:
AllowStorageOfCC = TRUE
AllowTransferOfCC = TRUE
Testing should include verifying the RTP|One Credit Card Profile visually looks correct and that the data in the PaymentCardToken table looks good.
Perform a 'charge to the card on file' and a return to verify those are working.
...
Info |
---|
NOTE: Your MSP is the company that acts as your financial institution. The MSP deposits funds into your bank account and maintains your Merchant Account. They are also the company that charges you the percentage discount rate on your batch settlements. For more information on this subject, see the Support Article about MSP and their role in the payment process. |
Commerce Tasks
1. Update Settings (for version 2.27 or later)
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
2. Set Up GL Report
Work with your Aspenware Representative to set up the GL Report so you can reconcile GL reporting in the POS and payment gateway.
...
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.
...