EMRfi · Provider portal

Sign in

Enter the API key EMRfi gave your organization. It stays in this browser only.

Status

Bank account & verification

Complete this once. Payments settle directly to your bank account; EMRfi never holds your funds.

Balance & payouts

New financing link

Financing sessions

CreatedReferenceBalanceFinancedStatus

How patients see you

The payment page carries your name, logo, and color. EMRfi appears only in the footer.

Connect your EHR

Your billing system creates a link with one call and receives a signed webhook when a loan funds. Full docs: emrfi.com/docs

Example:

curl -X POST https://api.emrfi.com/api/partner/financing-sessions \
  -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" \
  -d '{"amountCents":150000,"externalRef":"ENC-48213","description":"Visit balance"}'