Development Kit
Rimit's Software Development Kit (SDK) helps entity's developers to integrate with Rimit easily and quickly.
File structure
The Development Kit contains the following directories & files.
/utilities
/utilities
commonCodes Common code file helps to maintain and manage ERROR/ FAILED/ SUCCESS codes in the workflow.
config The config file helps to manage all workflow related to configurations.
crypto To manage encryption and decryption of data.
hashing To generate and verify the hash value to ensure data integrity.
response To manage the response to webhook requests for
accountFetch
andaccountStatement
.request To manage REST requests for
addAccount
,confirmDebit
,confirmCredit
andstatusCheck
.
/core
/core
accountFetch Used to find a user's account details.
accountStatement Used to find a user's account balance and account transactions.
transactionDebit Used to manage debit transactions.
transactionCredit Used to manage credit transactions.
transactionCashWithdraw Used to manage cash withdraw transactions.
transactionCashDeposit Used to manage cash deposit transactions.
transactionStatus Used to find the latest status of the transaction.
Sample Data
INFO
Use the encrypted request format (payload) specified in the Sample Data.txt below for testing.
UAT Credentials
INFO
Use the credentials below for initial testing with Sample Data.txt.
UAT
Developer environment for testing - https://uat-dashboard.rimit.in
User mobile application for testing - Android Playstore
Quick Integration kit
Learn about different technologies you can use to quickly integrate your application with Rimit
Libraries
Last updated