Cordova
BankConnect Cordova SDK helps user submits their bank statements via upload or net banking credentials in your Android application.
See in action#
The demo video below shows how a user submit a bank statement using net banking credentials:
The video below shows a user submit bank statement by uploading the PDF file:
Setting up the bridge#
Install the Cordova SDK from the npm package:
Specify the following in
local.propertiesfile:
Start BankConnect journey#
Call openBankConnect method using the FinBoxBankConnectPlugin instance to open BankConnect journey. It takes LINK_ID as one of its arguments which is a unique identifier for a user.
IMPORTANT
- Please make sure
LINK_IDis not more than 64 characters and is alphanumeric (with no special characters). Also it should nevernullor a blank string"". - By default the SDK will request for 6 months data. In order to pass custom date range make use of these params
FROM_DATE&TO_DATE. FROM_DATE&TO_DATEshould be of the formatdd/MM/yyyy. AndTO_DATEshould NOT be todays date
The response to this method (success or failure) can be captured using the callback