Cordova
BankConnect Cordova SDK helps user submits their bank statements via upload or net banking credentials in your Android application.
#
See in actionThe 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 bridgeInstall the Cordova SDK from the npm package:
Specify the following in
local.properties
file:
#
Start BankConnect journeyCall 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_ID
is not more than 64 characters and is alphanumeric (with no special characters). Also it should nevernull
or 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_DATE
should be of the formatdd/MM/yyyy
. AndTO_DATE
should NOT be todays date
The response to this method (success or failure) can be captured using the callback