Skip to content

Albridge

Albridge (a subsidiary of Pershing) is a data sync integration that allows advisors to import client investors, accounts, and holdings from the Albridge Wealth Reporting platform into RightCapital.

AttributeValue
Integration TypeData Sync (Read-only)
AuthenticationOAuth 2.0 (Client Certificate)
Data FlowAlbridge → RightCapital (inbound)
Data SyncNightly batch sync
IdentifierSSN (investor), Account Number (account)
Albridge EntityRightCapital EntityIdentifier
InvestorHouseholdSSN (encrypted)
AccountInvestment AccountACCT_NUMBER
HoldingPositionCUSIP
  1. SSN-based identification - Investors are uniquely identified by SSN (encrypted in storage)
  2. Certificate authentication - Uses SSL client certificates for API authentication
  3. CUSIP-based matching - Holdings are matched by CUSIP reference
  4. Batch sync support - Nightly sync processes all connected households

The integration reference is stored as: FI_ID|partner_user_id

Example: 24|0024_AUSER00022

Albridge Account TypeRightCapital Subtype
*TrustTrust
UTMA / Custodial Uniform TransferUTMA
Simple IRASIMPLE IRA
Non-Qualified VA / Equity Index AnnuityAnnuity (Taxable)
Pension Plans / Pension AgencyPension (Non-Taxable)
Profit Sharing PlanESP
Roth IRA / RothIRARoth IRA
Rollover / IRATraditional IRA
SEP / IRA-SEP / SEP-IRASEP IRA
529*529 Plan
401a / 401(k) / 403(b)401(k)
Individual / Joint / GeneralTaxable
Universal LifeExcluded (not synced)
PurposeAlbridge API Path
Get Advisor Infopxwri-information-services/v1/advisor-info
Get Investorspxwri-information-services/v1/investor-info
Get Account Holdingspxwri-holdings/v1/account-holdings
ComponentPath
Backend Integrationretail-api/app/Integrations/Albridge/
ConnectorConnector.php
IntegratorIntegrator.php
ConfigConfig.php
ControllerController.php
SyncSync.php
ModelsModels/Household.php, Models/InvestmentAccount.php, Models/Holding.php

Symptom: 500 error with message “Partner User not Found”

Solution: Verify the Partner User ID with your Albridge representative.

Symptom: Unable to obtain access token.

Solution: Check certificate expiration; ensure both .crt and .key files are in correct locations.

Symptom: Validation error when creating integration.

Solution: Reference must match format FI_ID|partner_user_id (e.g., 24|user123).