Development Kit
Rimit's Software Development Kit (SDK) helps entity's developers to integrate with Rimit easily and quickly.
The Development Kit contains the following directories & files.
- 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
.
- 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.
INFO
Use the encrypted request format (payload) specified in the Sample Data.txt below for testing.
Sample Data.txt
4KB
Text
INFO
Use the credentials below for initial testing with Sample Data.txt.
BASE_URL :
https://uat-gateway.rimit.in/api/rimit/v1
ENCRYPTION_KEY :
23XVJ5EITHKI13U9E0MZ9PK2VCDJYQBA
API_ID :
6360b30096066b82e9697996
API_KEY :
b54996b0-59a8-11ed-911b-87fca52fd2dc
UAT
Learn about different technologies you can use to quickly integrate your application with Rimit
Last modified 15d ago