Skip to content

Rapyd-Samples/java-payment-gateway-using-rapyd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-payment-gateway-using-rapyd

A simple Java-based webstore that uses Rapyd's hosted Checkout screen.

This tutorial focuses on building a checkout page for an online supplement store, but you can adapt it to any integrated development environment (IDE) or development workflow of your choice.

Resources

Project Prerequisites

You need a few things before you can start coding:

  • A Rapyd account 👉 https://dashboard.rapyd.net (this is where you will get your API keys)
  • Java JDK (17)
  • Jakarta EE 9 or Java EE 8 (or earlier)
  • Application server
  • IDE

Detailed Tutorial