-
Notifications
You must be signed in to change notification settings - Fork 0
BhartiPay/Java-Integration-Kit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PAYMENT MODULE : Bhartipay
---------------------------
Bhartipay JAVA API
INSTALLATION PROCEDURE
--------------------------
- Extract the zip file
- Add both the jar files to the build path.
- Prepare the parameters as per the integration document in a map
- import com.bhartipay.commons.crypto.ChecksumUtils in the class where the checksum needs to be generated
- For generateing request checksum use:
ChecksumUtils.generateCheckSum(Map<String,String>, String secretKey) function which returns checksum String.
- For validating response checksum use:
ChecksumUtils.validateResponseChecksum((Map<String,String>, String secretKey, String responseHash) function which returns true or false according to the result.
About
Core Java Integration Kits
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published