Transfers & Auto-Payments

Admin roles have visibility into client money movement — depending on your role, you can view transfer requests, completed transfers, and auto-payment schedules for both Individual and Business Owner portfolios.


Transfer vs. Transfer Request

ConceptDescription
Transfer RequestA pending money movement initiated by a client. May require Branch Manager approval before executing — depending on your branch's approval settings.
TransferA completed or in-progress money movement. Includes both internal TBA transfers and ACH transactions.
Auto-PaymentA recurring scheduled transfer set up by a client or Operator. Runs automatically on the configured frequency.

Admin Visibility by Role

RoleTransfer RequestsTransfersAuto-Payments
Root AdvisorViewViewView
Head Branch ManagerViewViewView
Branch ManagerView
AdvisorViewViewView

Admin roles view transfer activity — they do not initiate transfers on behalf of clients.


Transfer Request Approval Flow

When a branch has is_bm_approval_required: true, client transfer requests follow this flow:

flowchart TD
    A["Client initiates transfer request"]
    B["Request status: pending_approval"]
    C["Branch Manager reviews request"]
    C -->|Approves| D["Transfer executes"]
    C -->|Rejects| E["Request declined"]
    D --> F["Transfer status: completed"]

The Branch Manager receives the request in their transfer requests queue and can approve or reject it before the funds move.


Client-Side Transfer Types

These are the transfer types your clients can initiate. Admin roles view these as read-only.

TypeDirectionWho can use
TBA (Internal)Checking ↔ SavingsIndividual, Business Owner, Operator
ACHExternal bank ↔ Checking/SavingsIndividual, Business Owner, Operator
Auto-PaymentScheduled recurring ACH or TBAIndividual, Business Owner, Operator

See Move Money for the client-side transfer API calls.


Did this page help you?