There are scenarios in which you may want to update your existing account on the Platform, as opposed to adding a new bank account. This could be the result of fraudulent activity on your account where your bank provides you with a new account and/or routing number.
Follow the instructions below for the multi-step update process:
Update the information for the bank account -
PUT /accounts/{id}
Upload supporting documentation for the change:
Create the new Note Resource -
POST /notes
Create a Document Resource to associate with the upload -
POST /noteDocuments
Upload the document or image file -
POST /files/noteDocuments/{id}
Info |
---|
This process and its review period applies to Merchant and Referrer level users. |
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 an 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 an 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.
Manual Bank Account Validation - Supporting Documents
If an entity manually submits its bank account information, they are required to submit documentation to Platform Risk for account validation. See Steps 2-4 of the Manually Update with the API
Tip |
---|
Qualifying Bank Account Supporting Documentation is:
|
Info |
---|
For existing bank accounts, supporting documents are only required if the routing or account number fields are being updated. Changes to account types do not require supporting documentation. |
When entering information in the Portal for a new bank account manually, like account and routing numbers, a file upload window at the bottom of the form requires a document file to be uploaded before the form can be submitted.
Note |
---|
Warning: For existing bank accounts having account or routing numbers updated, manual review of the supporting document(s) is required for approval and can take up to 5 business days. |
Warning |
---|
Critical Warning: During the 5 day manual review and approval period, all payments processed will still be funded to your Portal account’s available balance and will be ready for immediate withdrawal to your bank account, once validated.
|
Manually Update in the Portal
The Portal uses the Banking tab within the Merchant or Referrer Profile to update or add new bank account information to a specific Entity. In instances where an entity’s banking institution does not currently integrate with Plaid, or the Entity would like to manually add the account, this option is useful.
Expand | ||||
---|---|---|---|---|
| ||||
To manually update an existing bank account in the Portal, follow the steps below: Step 1: Navigate to the Merchants 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 edit icon button in the upper right-hand corner. Step 5: Click the ADD ACCOUNT MANUALLY button in the lightbox and view the prompt below:
Step 6: Click Continue on the prompt, then click the ENTER ACCOUNT MANUALLY button. Step 7: Enter the Type of bank account, Routing & Account Number, and Usage Options
Step 8: Upload one of the qualifying support documents into the Upload and Attach Files field. Step 9: Click the ADD button to complete the process.
|
Manually Update with the API
See the multi-step process below to update an existing bank account’s information and upload supporting documentation:
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Updating an existing Bank Account - Example Code SnippetVisit our API Documentation for parameter descriptions and valid values. Request URL & Header
Example Request Body
Example Response
|
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Create a Note Resource to Associate with an Entity and Documents - Example Code SnippetVisit our API Documentation for parameter descriptions and valid values. Request URL & Header
Example Request Body
Example Response
|
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Create a Document Resource to Associate with the Note - Example Code SnippetVisit our API Documentation for parameter descriptions and valid values. Request URL & Header
Example Request Body
Example Response
|
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Upload the Image or Document File Associated with the Entity’s Note - Example Code SnippetVisit our API Documentation for parameter descriptions and valid values. Request URL & Header
Example Request Body (form-data)
Example Request Body (JSON)
Example Response
|