Steps to Setup BankConnect via Custom Portal

This document provides the details on the steps of how to configure Bank Connect via a custom portal either outside or within Salesforce. We will be covering the below steps in the entire document. Please follow them to get a seamless experience of integrating Bank Connect with your portal.

Table of Contents

 


Use the Customer Details to create Bank Verification Record via External Portal

The below document details the steps on how to create an API connection with Salesforce and create a Bank Verification record.

https://cloudmaven.atlassian.net/l/c/axR8S12W

 


Use the Customer Details to create Bank Verification Record within Salesforce Portal

In case the portal is within Salesforce please create a Bank Verification record and set up the field values as mentions below:

Object Name: bankconnect__Bank_Verification__c

Fields:

Name

Value

Name

Value

bankconnect__ApplicationName__c

Your company name (string)

bankconnect__First_Name__c

First Name of the Customer (string)

bankconnect__Last_Name__c

Last Name of the Customer (string)

bankconnect__Email__c

Email of the customer(email)

bankconnect__Plaid_Products__c

Semicolon separated Plaid Products:

Auth;Assets;Transactions;Balance;Investments;Liabilities

bankconnect__Asset_Request_Duration__c

Request duration of Assets (integer-default is set to 30)

only required if Assets is in the Plaid product list

bankconnect__Asset_PDF__c

 

bankconnect__Transaction_Start_Date__c

Start date (Date-default is set to 90 days before the current day)

only required if Transactions is in the Plaid product list

bankconnect__Transaction_End_Date__c

End date (Date-default is set to current day)

only required if Transactions is in the Plaid product list

bankconnect__ApplicationName__c

Your Company Name. This value will come up on the Plaid toolkit

bankconnect__SkipAutoTriggerEmail__c

true; if you don’t want an email to be sent to the customer.

bankconnect__ParentRecordId__c

Record Id of the Object to which you want to link the Bank Verification request


Redirect the customer to authenticate their Bank Account via the Plaid toolkit.

Once the Bank Verification record is created please create the below url in iFrame

https://<<your Salesforce site domain>>?bankconnect__plaidId={!bankconnect__Bank_Verification__c.bankconnect__Encrypted_Record_Id__c}

This will launch our component to allow users see the Plaid toolkit and authenticate their Bank Account.


In case of any questions or concerns please feel free to reach out to us at support@cloudmaveninc.com

Â