This application contains API based samples for Merchant APIs.
- Java jdk-1.5 or higher
- Apache Maven 3 or higher
- Please refer http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html for any help in Maven.
- Setup your API credentials and other configuration as shown in SDK README at root directory.
- Simply run
mvn install
to build war file. - Run
mvn jetty:run
to run the war file. - Access
http://localhost:<jetty-port>/merchantsample-2.7.112/
in your browser to play with the test pages.<jetty-port>
is configurable inpom.xml
.