Status
Bank account & verification
Complete this once. Payments settle directly to your bank account; EMRfi never holds your funds.
Balance & payouts
New financing link
Send this link to the patient (text, email, or MyChart message):
Financing sessions
| Created | Reference | Balance | Financed | Status |
|---|
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"}'