Balance On Tap

Discover Balance's flow and customizations available on Brankas Tap.

This article will walk you through the Tap flow for Balance and the customization features available to best fit your business needs. Balance retrieval is made easy and simple. From the balance request link, users are brought through a flow on the Brankas Tap:

  1. Consent - User consents Brankas to retrieve bank balance.
  2. Bank selection - User select bank to share their balance from.
  3. Bank login - User logs in to the selected bank with their bank credentials.
  4. TFA or OTP requirements as per the bank’s requirement - Users are to verify and authenticate the balance retrieval based on the bank’s security and compliance requirements.
  5. Transaction status page - Users are directed to a status page with details of the balance retrieval.

This is the standard flow and is highly customizable to fit your business requirements.

Customization

Theming

You have the option to customize headers, font, button color, secondary color and enabled banks on these pages. Customization can be previewed live on the Brankas Dashboard. To customize, select Start Customization on the Brankas Dashboard.

📘

Tap Theming

Customization made on Tap is effective on all products you have integrated with.

  1. Bank selection page

  2. Consent page

  3. Success page

Optimizing The Flow

Optimize the flow according to your business requirements. Customize banks listed on the bank selector page or forego the bank selection page to redirect to a specific bank login page.

List All Financial Institutions

To list all Brankas financial institutions partners, you will not require to pass any value on from bank_code parameter on its Send a balance retrieval initiation request request object. Update code to

{
  "country": "ID",
  "organization_display_name": "Merchant Name",
  "app_redirect_uri": "http://foo.com",

}

Skip The Bank Selection Page

To direct users to share data from a specific bank, update the Balance retrieval initiation endpoint to:

{
  "country": "ID",
  "organization_display_name": "Merchant Name",
  "app_redirect_uri": "http://brankas.com",
  "bank_selected": "BCA_PERSONAL"
}

Refer to Bank Codes for reference.