This application demonstrate how to configure Sampath Bank Paycorp Payment Gateway with Spring-Boot and Thymeleaf. Please read Paycorp technical documentation and understand the workflow well before integrating this to your website.
Clone the repository and run mvn clean install
from the project root. After that, jar file will be generated
at <PROJECT_ROOT>/target
directory
git clone https://github.com/chathurabuddi/sampath-paycorp-demo.git
cd sampath-paycorp-demo
mvn clean install
To run the web server, navigate to the generated jar file and execute following command.
java -jar sampath-paycorp-demo-<version>.jar
The payment page can be accessed from http://localhost:8080/
Please use Github Issues to report any issues, clarifications or suggestions.
Contributions, issues and feature requests are welcome. Feel free to check issues page
Copyright © 2021 Chathura Buddhika (chathurabuddi)
This project is MIT licensed.