Documentation Index
Fetch the complete documentation index at: https://docs.veridianhp.com/llms.txt
Use this file to discover all available pages before exploring further.
Veridian Bridge
Veridian Bridge is the patient-facing payment flow. It is the single most important product surface in the Veridian platform — the page your patients actually touch. The Bridge is hosted by Veridian, branded for your practice, and engineered for one thing: getting a patient from “I owe my therapist money” to “I paid” in under sixty seconds, on their phone, without an account.What the patient sees
- They receive a text or email with a single link.
- The link opens to your practice’s branded payment page showing exactly what they owe and what it’s for.
- They tap “Pay with bank” and are guided through connecting their bank in a familiar, secure flow.
- They confirm the payment amount.
- They see a confirmation page and get a receipt by email.
What the practice gets
- Faster collections. Practices typically see A/R days drop by 30–50%.
- Lower processing costs. ACH at a fraction of card processing fees.
- Fewer staff hours. No more chasing balances by phone.
- EHR-friendly. Webhooks notify your system the moment payment clears.
- Audit trail. Every payment, every action, fully logged for your records.
What Veridian handles
Veridian takes on the parts of the flow that are expensive to build and risky to maintain:- Patient experience. Mobile-optimized, accessibility-tested, branded.
- Bank connection. Through industry-standard, HIPAA-compliant partners.
- Payment processing. ACH rails, settlement, retries on bank failures.
- PHI protection. Encrypted at rest, audited access, BAA-covered.
- Compliance. HIPAA-aligned controls, audit logs, breach procedures.
What your integration does
In the simplest model, your integration is two API calls and one webhook:- When you generate an invoice →
POST /sessionsto mint a payment link - Send the link to the patient (your existing SMS or email pipeline)
- When the payment clears → Veridian webhooks you → mark the invoice paid
What’s next
Payment flow
A diagram of the complete patient journey through the Bridge.
Integration guide
From “we have an account” to “we’re collecting payments” — step by step.
