Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All Merchants or Referrers processing on the Platform are required to have at least one U.S. or Canada-based bank account on file. Therefore, new Merchants or Referrers are prompted to enter their bank account during the onboarding process. This document will guide you through the process of adding additional bank accounts for Merchants or Referrers that are already boarded or integrating new bank accounts in the future.

...

Bank Account Types and Requirements

All Merchants or Referrers boarded to the Platform are required to have an active U.S.-based bank account on file. A bank account serves two purposes for a Merchantan entity:

  • Account for Deposits - Arequired bank account on file to receive deposits from Available Balance funds.

  • Account for Debits - A required bank account on file to be debited to cover Negative Balances owed.

Merchants or Referrers can use one bank account on file for both payouts and debits, individual bank accounts for deposits and debits, or multiple bank accounts with unique, individual purposes.

...

Bank Account Validation

As a Payment Facilitator, the Platform validates any bank account submitted by a Merchantan entity. This validation includes active status, type of account, & ownership and prevents funds from being sent to an incorrect bank account as the result of a typo or invalid information.

To perform the validation, the Platform uses Plaid to allow Merchants or Referrers to linktheir bank account(s) for instant validation using a Portal lightbox to securely log in to their bank for integration.

For instances where a Merchant an entity attempts to manually add new bank information or change existing bank information, follow the Manual Account Validation process below:

Manual

...

Bank Account Validation
Anchor
manualValidation
manualValidation

If a Merchant an entity manually submits their bank account, they are required to submit documentation to Platform Risk for account validation.

...

With Plaid enabled Merchants or Referrers will be prompted to go through the bank account linking process as they sign up.

...

Expand
titleClick here to see Portal steps for linking a new bank account with Plaid.

Step 1: Navigate to the Merchants page or Referrers page within the Management category.

Step 2: Click on the desired Merchant to bring up their Merchant Profile or Referrer Profile.

Step 3: Click the Banking tab on the left.

Step 4: Click the ADD NEW ACCOUNT button in the upper right-hand corner.

Step 5: Click the LINK ACCOUNT button in the lightbox and select the type of usage: Billing, Deposits, or All.

Step 6: Click the LINK NEW ACCOUNT button in the lightbox to reveal the Plaid integration lightbox.

Step 7: Complete each Plaid prompt:

  • Click the Continue button to accept the Plaid End User Privacy Policy

  • Click the Continue to Login button after selecting the information you’d like to share from the checkboxes available to redirect to your banking institution’s online account login.

  • Click each checkbox next to the banking account(s) you’d like to add to your Merchant account and click the Continue button at the bottom of the lightbox.

  • Click on the Terms and Conditions checkbox to acknowledge and accept the terms and information being shared. Then, click the Connect account information button.

  • Click the final Continue button to complete the process.

Note

Notice of Tokenized Account Numbers (TANs)

Some banking institutions, such as Chase Bank, utilize a tokenized account number or TAN for each individual third party integration of a users bank account.

This security practice protects your original bank account and routing numbers by never allowing them to actually be seen by any third party integration.

  • This means that if your TAN is ever compromised, a new one can be generated after contacting Chase Bank as opposed to the more time-consuming process of closing and re-opening a new account.

As a result, you may notice upon completing an integration with Chase Bank that the account and routing number shown in the Portal will not match your original account and routing number.

This is expected. Contact Chase Bank or visit Chase Bank’s Developer article regarding TANs if you have further questions or concerns.

...

How to Manually Add a New Bank Account

If a Merchant’s an entity’s bank is not eligible for use with Plaid, or if they wish to skip the Plaid process, they can also manually add a new bank account.

There are two methods available to manually add a new bank account:

  • Using Use the Portal to enter bank account information and upload documentation in the Merchant Profile.

  • Using Use the API to enter the information using the /accounts endpoint and submit documentation separately.

...

See the Manual Validation Process above for more information on qualifying support documents, and the manual review approval period timeline.

Manually

...

Add a New Bank Account in the Portal

The Portal uses the Banking tab within the Merchant Profile to update or add new bank account information to a specific Merchant. In instances where a Merchant’s an entity’s banking institution does not currently integrate with Plaid, or the Merchant would like to manually add the account, this option is useful.

...

Expand
titleClick here to view all fields and descriptions for the Add Bank Account form.
“Add

“Adding a New Bank Account” fields & descriptions

Field

Required

Description

Type

Required

From the dropdown menu, select what time of bank account is being added.

Valid Values:

  • Checking

  • Savings

  • Corporate Checking

  • Corporate Savings

Info

It is important to specify if a bank account is a corporate or personal account.

Routing Number

Required

Enter the 9-digit routing number associated with this bank account.

Account Number

Required

Enter the account number associated with this bank account.

Usage

Required

From the dropdown menu, select whether this bank account will be utilized for deposits, debits, or both (All).

Bank Account Name (Advanced Options)

Optional

You can give the new bank account a custom name to differentiate from other bank accounts on file.

Account Description (Advanced Options)

Optional

Use this field to give the bank account a custom description if desired.

Manually

...

Add a New Bank Account using the API

Bank accounts can also be manually submitted using the API by sending a POST request to the /accounts endpoint. In the body of the request, you will include the Entity ID of the Merchant, as well as the data for the below fields.

...