Table of Contents |
---|
Setup Checklist
...
Table of Contents |
---|
Setup Checklist
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
1. POS Tasks | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| detailed setup | 2. Infrastructure Tasks |
|
| REQUIRED | Update the Azure appsettings to 'AllowTransferofCC' from false to true and give it a test.
|
2. Infrastructure Tasks
Validate the credit-related settings in the UnityPeakProd rtp-config.json when that switch occurs.
Status colour Red title REQUIRED Testing should include verifying the RTP|One Credit Card Profile visually looks correct and that the data in the PaymentCardToken table looks good.
Status colour Red title REQUIRED Perform a 'charge to the card on file' in the POS and a return to verify those are working.
Status colour Red title REQUIRED
Status | ||||
---|---|---|---|---|
|
3. Payment Provider Tasks
Set up Payeezy and Complete Configuration to allow your Aspenware Commerce test and prod stores to use your sandbox and production Payeezy.
Status colour Red title Required If using CVV verification (recommended), ensure that CVV filter settings are configured for the terminal according to instructions below.
Status colour Blue title Optional If using CVV verification (recommended), ensure that Payeezy/FirstData have enabled $0 authorizations for the terminal used by the store.
Status colour Blue title Optional
Status | ||||
---|---|---|---|---|
|
4. Commerce Tasks
Update Settings
ecommercesettings.allowtransferofcc
ecommercesettings.allowstorageofcc
Set up GL report with your Aspenware Representative.
Status colour Red title required Configure Aspenware Commerce Payment Gateway
Status colour Red title Required
Status | ||||
---|---|---|---|---|
|
...
While Aspenware does not provide Payeezy terminal configuration support to its Payeezy resorts, the following key terms and screenshots are shown so that resorts can see how the information Aspenware sends to Payeezy is used and displayed in Payeezy, and which transaction type displays the AVS results.
...
Payeezy’s transaction type for charges which succeed is Tagged Completion. This Transaction type is not used for payment plan scheduled payments.
Purchase
This transaction type is used for Payment Plan Scheduled payments.
...
This screenshot shows the Purchase transaction type, which is used in payment plan scheduled payments:
...
Detailed Setup Guide
...
POS Tasks
Decide if you are syncing credit cards to RTP|One. (Tokenized RTP|One DB required)
Complete POS accounting tasks for products sold online.
Ensure that you are using a tokenized version of RTP|One with CardDog/TRI/First Data.
Infrastructure Tasks
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
Validate the credit related settings in the UnityPeakProd rtp-config.json when that switch occurs.
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.
Payment Provider Tasks
...
Follow Payeezy Getting Started Guide.
...
Set up a merchant account on the Payeezy site to get a Merchant ID.
...
Contact Aspenware Representative to set up an API dev account.
...
Add Merchant to Aspenware dev account by emailing Payeezy. Email payeezyboarding@firstdata.com to request having the client added as a merchant on our dev account. Include:
Customer’s Merchant ID
DBA name
Developer account email address: Rt.clark@aspenware.com
...
Payeezy will confirm the request and follow up with an email (May take a few days)
...
Then, Submit PaymentJS integration request following these steps under Step 4 in this guide exactly
...
When integration request complete, Email Payeezy to Confirm Values Match Merchant account values. (only required if issues with payment)
...
Obtain TaToken from Payeezy and make note of this for future Commerce configuration.
The transarmor token (tatoken) can be located in customer’s existing Payeezy account by logging in at https://globalgatewaye4.firstdata.com/terminal and clicking on the terminal to view the details. The TA token will be a 4 character code.
...
If using CVV2 verification (recommended)
Complete the steps within Step 7 in this guide.
...
If enabling Velocity Controls in PayEezy (recommended)
From within your Payeezy Admin screen, go to Admin > Terminals > Velocity Controls.
Set the Maximum # of Transactions per Card/Check No. to ‘10’. Based on ‘All Transactions’ within the duration of ‘1 Day’. Set the action to ‘Decline’.
Set the Maximum # of Transactions per IP to ‘10’. Based on ‘All Transactions’ within the duration of ‘1 Day’. Set the action to ‘Decline’. And Save.
...
Configure AVS filters for the merchant’s terminal in Payeezy. Aspenware sends all consumer-entered billing address information to Payeezy on the authorization request, which occurs prior to the cardholder being charged. This enables Payeezy to use that consumer-entered address information to either reject or allow the authorization request.
Info |
---|
NOTE: The decision about which AVS filters are selected in Payeezy’s terminal configuration is entirely up to each resort administrator and accounting team. Aspenware will not dictate or recommend the use of any specific Payeezy AVS filters. This decision is solely up to each resort, working with Payeezy support. See the following articles from Payeezy regarding AVS. NOTE: All Aspenware resorts use the Aspenware Commerce demo account in the sandbox, so please contact your client service representative to view sandbox test results. |
Change Payeezy from test to live when ready: To process live transactions, your APIs will need to be configured as follows:
Log into https://developer.payeezy.com
Navigate to the “APIs” page
Select your API and then
“Edit <API>”
Make sure that ‘Live’ is checked.
Commerce Tasks
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
POS Tasks
Decide if you are syncing credit cards to RTP|One. (Tokenized RTP|One DB required)
Complete POS accounting tasks for products sold online.
Ensure that you are using a tokenized version of RTP|One with CardDog/TRI/First Data.
Infrastructure Tasks
Validate the credit related settings in the UnityPeakProd rtp-config.json when that switch occurs.
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.
Payment Provider Tasks
Follow Payeezy Getting Started Guide.
Set up a merchant account on the Payeezy site to get a Merchant ID.
Contact Aspenware Representative to set up an API dev account.
Add Merchant to Aspenware dev account by emailing Payeezy. Email payeezyboarding@firstdata.com to request having the client added as a merchant on our dev account. Include:
Customer’s Merchant ID
DBA name
Developer account email address: Rt.clark@aspenware.com
Payeezy will confirm the request and follow up with an email (May take a few days)
Then, Submit PaymentJS integration request following these steps under Step 4 in this guide exactly
When integration request complete, Email Payeezy to Confirm Values Match Merchant account values. (only required if issues with payment)
Once done Aspenware will get API key, API Secret, JS Key,and Token from the Payeezy developer account.
Obtain TaToken from Payeezy and make note of this for future Commerce configuration.
The transarmor token (tatoken) can be located in customer’s existing Payeezy account by logging in at https://globalgatewaye4.firstdata.com/terminal and clicking on the terminal to view the details. The TA token will be a 4 character code.
If using CVV2 verification (recommended)
Complete the steps within Step 7 in this guide.
If enabling Velocity Controls in Payeezy (recommended)
From within your Payeezy Admin screen, go to Admin > Terminals > Velocity Controls.
Set the Maximum # of Transactions per Card/Check No. to ‘10’. Based on ‘All Transactions’ within the duration of ‘1 Day’. Set the action to ‘Decline’.
Set the Maximum # of Transactions per IP to ‘10’. Based on ‘All Transactions’ within the duration of ‘1 Day’. Set the action to ‘Decline’. And Save.
Configure AVS filters for the merchant’s terminal in Payeezy. Aspenware sends all consumer-entered billing address information to Payeezy on the authorization request, which occurs prior to the cardholder being charged. This enables Payeezy to use that consumer-entered address information to either reject or allow the authorization request.
Info |
---|
NOTE: The decision about which AVS filters are selected in Payeezy’s terminal configuration is entirely up to each resort administrator and accounting team. Aspenware will not dictate or recommend the use of any specific Payeezy AVS filters. This decision is solely up to each resort, working with Payeezy support. See the following articles from Payeezy regarding AVS. NOTE: All Aspenware resorts use the Aspenware Commerce demo account in the sandbox, so please contact your client service representative to view sandbox test results. |
Change Payeezy from test to live when ready: To process live transactions, your APIs will need to be configured as follows:
Log into https://developer.payeezy.com
Navigate to the “APIs” page
Select your API and then
“Edit <API>”
Make sure that ‘Live’ is checked.
Commerce Tasks
1. Update Settings
Determine if you will be using Aspenware Payment Plans with your Payeezy implementation before updating the following settings.
Go to Configuration > Settings > All settings (advanced)
Search for ecommercesettings.allowtransferofcc
Click Edit.
Set the Value to FALSE and click Update.
Search for ecommercesettings.allowstorageofcc
Click Edit.
Set the Value as follows:
If Using Aspenware Payment Plans, set to FALSE
If NOT using Aspenware Payment plans, set to TRUE
Click Update.
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 the Configuration > Payment > Payment Methods page.
Click Edit on the Payeezy payment gateway.
Check Is active on the desired payment method and click Save. Ensure that only the desired payment method 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: Obtain from Aspenware Payeezy developer Account
API Secret: Obtain from Aspenware Payeezy developer Account under the API tab
JS Key: Obtain from Aspenware Payeezy developer Account under the API tab
TaToken: Obtained in previous step above or get from Resort’s Payeezy account
Token: Obtain from Aspenware Payeezy developer Account under the Merchants tab
Requires Billing Address: This is likely required, so check to make sure it is collected for checkout.
Requires Phone Number: Check if phone number is required at checkout.
Click Save.
3. Disable Update Credit Card Feature
Disable the “Update Credit Card” feature in My Account (this feature is not supported by Payeezy). 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.
4. Test Payment Method
Test a live credit card for each type of accepted credit card (Visa, Amex, Discover, Mastercard) to ensure the gateway is processing payments properly once setup is completed.
...
A: The true indicator of whether a product made it to RTP successfully is the order queue. If you see orders showing as Pending in the Sales>Orders area, check if any products in these orders have Shipping checked on the product editor
...