Peach Finance is an API-first loan servicing platform popular with fintech lenders. BureauRelay authenticates with a Peach-issued bearer API key (live + sandbox kept separate), pulls People + Loans + Balances + Statements, transforms to Metro 2 Base Segments, and reports to all four bureaus. Webhooks signed with HMAC-SHA256 in `Peach-Signature` trigger incremental refreshes; writeback can record CRA outcomes as Peach Cases.
BureauRelay authenticates with the Peach bearer API key, pulls loans paginated by updatedAt cursor, joins each loan to its person record, transforms via the seeded Peach mapping preset, and upserts into metro2_records. Webhooks call /api/v1/integrations/los/peach/webhook?connection_id=... for incremental refresh.
Peach was built API-first; every UI surface has a backing REST endpoint and webhook event.
Sandbox API keys share schema with production; test the connector end-to-end before going live.
Loan + payment events are signed with HMAC-SHA256 in Peach-Signature; BureauRelay verifies before persisting.
Push CRA responses back to Peach as Loan Cases for the servicing team to review.
BureauRelay maps these fields from Peach Finance to Metro 2 format automatically.
Issue a sandbox API key first; live key after sandbox parity is confirmed.
Visit /integrations/peach/connect. BureauRelay clones the Peach mapping preset and verifies access.
Subscribe the BureauRelay webhook URL in the Peach dashboard for real-time payment/status events.
The wizard pulls all open loans on first run; subsequent runs are incremental.
Peach is loan servicing — origination is upstream. The BureauRelay connector reports servicing data (payments, balances, status) which is what Metro 2 needs.
Peach itself doesn't furnish to bureaus. BureauRelay takes the Peach data, generates Metro 2 files, and submits to Equifax, Experian, TransUnion, and Innovis.
Pull consumer-loan data from LoanPro's REST/OData API (sandbox available) and report to Metro 2 with bidirectional writeback.

Pull mortgage loan data from ICE Encompass Developer Connect (200+ REST endpoints, OAuth 2.0, webhooks) for Metro 2 credit reporting with K3 segments.