| View SDK Wiki | Report new issue
EdfaPg is a white-label payment software provider. Thanks to our 15+ years of experience in the payment industry, we’ve developed a state-of-the-art white-label payment system that ensures smooth and uninterrupted payment flow for merchants across industries.
EdfaPg Android SDK was developed and designed with one purpose: to help the Android developers easily integrate the EdfaPg API Payment Platform for a specific merchant.
The main aspects of the EdfaPg Android SDK:
- Kotlin is the main language
- Retrofit is the API machine
- KDoc code coverage
- API debug logging
- Minimum SDK 16+
- Sample Application
To properly set up the SDK, read Wiki first. To get used to the SDK, download a sample app.
Add it in your project settings.gradle:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' } // Add this Line
}
}
Or
To your project build.gradle:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' } // Add this Line
}
Then
Add dependency to your project module level build.gradle:
dependencies {
implementation 'com.github.edfapay:edfa-pg-android-sdk:<latest version>' // Add this Line with latest version
}
Card Payment Start the card payment with one click, easy and short line of codes. It will help the developer to easily implement the payment using card in thier application. click the link for easy steps to start payments.
Txn Types | Card Pay | Sale | Recurring Sale |
---|---|---|---|
Capture | Creditvoid | Get Trans Status | Get Trans Details |
---|---|---|---|
To report a specific issue or feature request, open a new issue.
Or write a direct letter to the [email protected].
MIT License. See the LICENSE file for more details.
Website: https://edfapay.com
Phone: +966 920033633
Email: [email protected]
Address: EdfaPg, Olaya Street, Riyadh, Saudi Arabia
© 2022 - 2023 EdfaPg. All rights reserved.