
SofizPay Java/Kotlin SDK
A powerful Java/Kotlin library for token batch processing with real-time monitoring and CIB/Edahabiya integration.
Version 1.0.0Java 8+Kotlin 1.9.0
Send Secure Payments
Get Account Balance
Transaction History
Search & Filter
Real-time Streaming
Multi-platform Support
Maven Installation
xml
<dependency>
<groupId>io.github.kenandarabeh</groupId>
<artifactId>sofizpay-sdk-java</artifactId>
<version>1.0.5</version>
</dependency>Install SofizPay Java SDK using Maven dependency management
Gradle Installation
groovy
dependencies {
implementation 'io.github.kenandarabeh:sofizpay-sdk-java:1.0.5'
}Install SofizPay Java SDK using Gradle
Gradle Kotlin DSL
kotlin
dependencies {
implementation("io.github.kenandarabeh:sofizpay-sdk-java:1.0.5")
}Install using Gradle with Kotlin DSL
Java 8+ or Kotlin 1.9.0+ with Sofizpay SDK dependencies