Rimit : Developer Doc
  • GETTING STARTED
    • Introduction
    • Common Codes
    • Development Kit
  • APIs
    • Definitions
    • Account
      • Account Fetch
      • Add Account
      • Account Statement
    • Debit
      • Debit/Withdraw Amount
      • Confirm Debit
    • Credit
      • Credit/Deposit Amount
      • Confirm Credit
    • Status
      • Status Check
Powered by GitBook
On this page
  • File structure
  • Sample Data
  • UAT Credentials
  • Quick Integration kit
  • Libraries
  1. GETTING STARTED

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

  • 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 and accountStatement.

  • request To manage REST requests for addAccount, confirmDebit, confirmCredit and statusCheck .

/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.

BASE_URL : 
https://uat-gateway.rimit.in/api/client/rimit/v1
ENCRYPTION_KEY : 
23XVJ5EITHKI13U9E0MZ9PK2VCDJYQBA
API_ID : 
6360b30096066b82e9697996
API_KEY : 
b54996b0-59a8-11ed-911b-87fca52fd2dc

UAT

Quick Integration kit

Learn about different technologies you can use to quickly integrate your application with Rimit

Libraries

PreviousCommon CodesNextDefinitions

Last updated 1 year ago

Developer environment for testing -

User mobile application for testing -

https://uat-dashboard.rimit.in
Android Playstore

Node.js

PHP

Java

https://github.com/rimit/rimit-node.js
https://github.com/rimit/rimit-php
https://github.com/rimit/rimit-java

4KB
Sample Data.txt