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:
...
This guide will walk you through the update and validation process required to update the information for
...
your existing bank account
...
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}
...
.
Note: This process and its review period
...
apply to Merchant and Referrer-level users.
Bank Account Types and Requirements
All Merchants or Referrers boarded to the Platform are required to must 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 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.
...
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 due to a typo or invalid information.
...
Note |
---|
Warning: For existing bank accounts having account or routing numbers updated, a 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.
|
...
See the multi-step process below to update an existing bank account’s information and upload supporting documentation:
Update the existing 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}
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 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
|
...