/payment-101

Example project - Connect to payment to Payment UI

Primary LanguageHTML

Payment-101: Create a seamless payment experience with K-Payment Gateway.

​ Example java code to create a checkout page on ecommerce website and integrate to Payment UI with java spring boot.

Prerequisite tools.
  1. Create User Account
  2. Choose one of favorite IDE (Visual Studio Code, InteliJ, Eclipse) and install
  3. Install JDK 1.8 or later (https://www.oracle.com/java/technologies/javase-downloads.html)
Initial Steps.

do the following:

  • Download and unzip the source repository for this guide, or clone it using Git

    git clone https://github.com/boonys20/payment-101.git

  • Change remote url to your's repository using command below,

    git remote set-url origin https://github.com/your_username/your_repo_name.git

    then send git commands to push to you remote.

    git add . && git commit -m "initial skeleton project" && git push -u origin master

  • cd into initial folder and Open file README.md

  • Let's Go Code!