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.

Attribute Value
Integration Type Data Sync (Read-only)
Authentication OAuth 2.0 (Client Certificate)
Data Flow Albridge → RightCapital (inbound)
Data Sync Nightly batch sync
Identifier SSN (investor), Account Number (account)
Developer Tingsong Xu
Cron Owner tingsong.xu
Albridge Entity RightCapital Entity Identifier
Investor Household SSN (encrypted)
Account Investment Account ACCT_NUMBER
Holding Position CUSIP
  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 Type RightCapital Subtype
*Trust Trust
UTMA / Custodial Uniform Transfer UTMA
Simple IRA SIMPLE IRA
Non-Qualified VA / Equity Index Annuity Annuity (Taxable)
Pension Plans / Pension Agency Pension (Non-Taxable)
Profit Sharing Plan ESP
Roth IRA / RothIRA Roth IRA
Rollover / IRA Traditional IRA
SEP / IRA-SEP / SEP-IRA SEP IRA
529* 529 Plan
401a / 401(k) / 403(b) 401(k)
Individual / Joint / General Taxable
Universal Life Excluded (not synced)
Purpose Albridge API Path
Get Advisor Info pxwri-information-services/v1/advisor-info
Get Investors pxwri-information-services/v1/investor-info
Get Account Holdings pxwri-holdings/v1/account-holdings
Component Path
Backend Integration retail-api/app/Integrations/Albridge/
Connector Connector.php
Integrator Integrator.php
Config Config.php
Controller Controller.php
Sync Sync.php
Models Models/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).