Giter Club home page Giter Club logo

bank_api_integration's Introduction

Banking API Integration

Frappe application to achieve banking api integration.

Reach us out at [email protected] to connect with our team.

License

GNU/General Public License (v3) (see license.txt)

The Banking API Integration code is licensed as GNU General Public License (v3) and the copyright is owned by Aerele Technologies Pvt Ltd (Aerele) and Contributors.

Here, OBP means Outward bank payment and BOBP means Bulk outward bank payment

Installation

Navigate to your bench folder

cd frappe-bench

Install Banking API Integration App

bench get-app bank_api_integration https://github.com/aerele/bank_api_integration.git
bench --site [site-name] install-app bank_api_integration

Roles and it's permissions

  1. Bank Maker - Able to create OBP and BOBP records.
  2. Bank Checker - Able to approve or reject OBP and BOBP records.

Securities Used

  1. Password based security
  2. OTP based transaction initiation

Doctypes

Bank API Integration

  1. Each bank account should be linked to an bank api integration document in order to access various api's provided by the bank.
  2. Enabling password security adds an extra layer of security before initiating a transaction via BOBP and OBP.
  3. The Test API Provider can be used to test the entire flow. For the unique id values of various responses, please see the get_transaction_status function in the Test API provider implementation

integration

Bulk Outward Bank Payment

  1. Select appropriate options to use this doctype to process bulk payments.
  2. In Outward Bank Payment Details, upload the payment details as a CSV or Excel file.
  3. Once you've saved, you'll see the total number of payments and total payment amount.

bobp

Bulk Outward Bank Payment Summary

bobp_summary

Outward Bank Payment

Select appropriate options to use this doctype to process single payment.

obp

Reject Flow

While rejecting payment, the user need to enter the reason for rejection

reject

After approval of payment, the user needs to enter verification details before initiating the transaction.

verification

Bank API Request Log

For every API request, logs will be created automatically.

request log

Site Config JSON Details

Add the below details to the site_config.json of the site that has Bank API Integration.

"bank_api_integration": {
  "disable_transaction": [],
  "enable_otp_based_transaction": "*",
  "proxies": {
   "ftp": "ftp://112.22.158.85:3001",
   "http": "http://112.22.158.85:3001",
   "https": "https://112.22.158.85:3001"
  }
 }
  1. Disable Transaction - Add "*" if you want to disable transaction for all bank accounts otherwise just include the account number's in a list like [123243234324,324324324]

  2. Enable OTP Based Transaction - Add "*" if you want to enable otp based transaction for all bank accounts otherwise just include the account number's in a list like [123243234324,324324324]

  3. Adding proxies will allow making API requests from different IP's.

** Note: To reduce the attack surface it is recommended to disable the server script for the site that has Bank API Integration.

Show some ❤️ by starring ⭐ ⬆️ our repo!

bank_api_integration's People

Contributors

karthikeyan5 avatar kaviyaperiyasamy avatar l0gesh29 avatar vigneshsekar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.