Skip to content

Spring Boot web service that allows registered users to perform payments via Stripe API

Notifications You must be signed in to change notification settings

ignaciocassi/Payment-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Payment-service

A Spring Boot application for processing payments and sending notifications.

Table of Contents

Introduction

This project is a Spring Boot application that handles payment processing and sends notifications. It includes a Payment class to represent payment details and a MessageService to send notifications.

Features

  • Create and manage payments
  • Send payment notification messages
  • Supports multiple currencies (USD, EUR, ARS)

Installation

Prerequisites

  • Java 11 or higher
  • Maven
  • Git

Steps

  1. Clone the repository:

    git clone https://github.com/ignaciocassi/your-repo.git
    cd your-repo
  2. Build the project using Maven:

    mvn clean install
  3. Run the application:

    mvn spring-boot:run

Usage

Running the Application

To run the application, use the following command:

mvn spring-boot:run

About

Spring Boot web service that allows registered users to perform payments via Stripe API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages