Allows stores built on IBM WebSphere Commerce to integrate Apruve into their checkout.
-
Add the
ZApruvePaymentPlugin
project to the list of projects you extract. -
In case your extract script is not pulling all struts config xmls, make sure you add
struts-config-apruve.xml
to the list. -
Modify Build & Deploy and add
ZApruvePaymentPlugin.jar
to list of EJB modules. This will be one of the projects in your workspace. -
If your script is not including all acp xmls under
acp/common
, includeacp/common/ApruveACPolicy.xml
. -
Manually run sqls under
sql/common/Apruve.sql
.Important: Only run this script once!
-
Import certificates:
- Go to the WAS Admin console
- Expand the Security menu and click on SSL certificate and key management
- Click Key stores and certificates on the right side of the screen
- Click NodeDefaultTrustStore
- Click Signer certificates on the right side of the screen
- Click the Retrieve from port button at the top of the page
- Fill in the following info:
- Host: aprvdev.zobristinc.com(host name of the webhook url given in merchant site)
- Port: 443
- SSL configuration for outbound connection: NodeDefaultSSLSettings
- Alias: aprvdev.zobristinc.com
- Then click the Retrieve signer information button below the Alias input box
- Review then click the OK button
- Click Save at the top the page
- Restart your app server