This is a simple project to demonstrate how to use Stripe API.
Create a Stripe account by following the instructions on the Stripe registration page.
Note that you will need to provide a country or region where you business is incorporated. If your country or region is not listed, please follow my guide.
Install the Stripe CLI by following the instructions on the Stripe CLI page.
Once done, run the following command to login to your Stripe account:
stripe login
Go to the Oracle Java download page and download the latest version of Java. Alternatively, you can use OpenJDK. This project was tested with Java 17.
Follow the instructions on the API keys page to create your API keys.