Skip to content

Alejo2075/visa-api-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VISA API SDK

The Visa API SDK is a robust Java library crafted to streamline integration with Visa's payment APIs, enabling seamless authorization and capture operations. Designed with the flexibility to expand support to other major payment networks like MasterCard, American Express (AMEX), and more, the SDK caters to the dynamic needs of the FinTech industry.

Java Maven Central Javadoc Code Coverage

🔥 Key Features

  • Unified API: Interact with Visa and other payment networks using a consistent and intuitive interface.
  • Extensible: Easily incorporate additional payment networks by extending abstract classes and implementing interfaces.
  • Secure Handling: Built with security best practices, including PCI-DSS compliance considerations to protect sensitive data.
  • Configurable Settings: Flexible configuration options for base URLs, timeouts, and authentication credentials.
  • Scalable Design: Suitable for projects of all sizes, from startups to large enterprises in the FinTech sector.

Installation

Add the following dependencies to your project.

Maven (pom.xml):

    <dependency>
        <groupId>io.github.alejo2075</groupId>
        <artifactId>visa-api-sdk</artifactId>
        <version>1.0.0</version>
    </dependency>

Gradle (build.gradle):

    implementation 'io.github.alejo2075:visa-api-sdk:1.0.0'

About

A Java SDK for Visa API, enabling authorization, clearing, and settlement processes.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages