Streamlined transaction enrollment

Streamlined transaction enrollment

Streamlined transaction enrollment

Onboard 10x more providers with 1/10th the work. Just send an enrollment request using Stedi's Enrollments API, UI, or CSV. We do the rest. Get providers live in days, not weeks.

Onboard 10x more providers with 1/10th the work. Just send an enrollment request using Stedi's Enrollments API, UI, or CSV. We do the rest. Get providers live in days, not weeks.

Onboard 10x more providers with 1/10th the work. Just send an enrollment request using Stedi's Enrollments API, UI, or CSV. We do the rest. Get providers live in days, not weeks.

John Doe, MD

John Doe, MD

John Doe, MD

6223630453

6223630453

6223630453

835 ERA

835 ERA

835 ERA

Submitted

Live

Provisioning

Submitted

Submitted

Live

Provisioning

Submitted

Submitted

Live

Provisioning

Submitted

“Stedi's enrollment process lets us easily ingest large lists of payers from new customers. From there, our role is essentially done. We spend more time on our business, less time on our clearinghouse.”

— George Uehling
Product at Ritten

— George Uehling

Product at Ritten

“Stedi's enrollment process lets us easily ingest large lists of payers from new customers. From there, our role is essentially done. We spend more time on our business, less time on our clearinghouse.”

— George Uehling
Product at Ritten

— George Uehling

Product at Ritten

“Stedi's enrollment process lets us easily ingest large lists of payers from new customers. From there, our role is essentially done. We spend more time on our business, less time on our clearinghouse.”

— George Uehling
Product at Ritten

— George Uehling

Product at Ritten

“Stedi's enrollment process lets us easily ingest large lists of payers from new customers. From there, our role is essentially done. We spend more time on our business, less time on our clearinghouse.”

— George Uehling
Product at Ritten

— George Uehling

Product at Ritten

One-click transaction enrollment

One-click transaction enrollment

Submit transaction enrollments to 850+ payers in a single step. No PDFs, no portals, no worries – just submit a request. We handle everything else. Check the Stedi Payer Network or Payer APIs for supported payers.

Submit transaction enrollments to 850+ payers in a single step. No PDFs, no portals, no worries – just submit a request. We handle everything else. Check the Stedi Payer Network or Payer APIs for supported payers.

Painless submissions

Painless submissions

Enroll hundreds of providers at once using the Enrollments API, a bulk CSV, or our friendly UI – whatever fits your workflow. We validate inputs, prevent duplicates, and handle cleanup.

Enroll hundreds of providers at once using the Enrollments API, a bulk CSV, or our friendly UI – whatever fits your workflow. We validate inputs, prevent duplicates, and handle cleanup.

Managed for you

Managed for you

After submission, Stedi handles everything: payer requirements, follow-ups, and paperwork. You only take action when absolutely necessary, and we tell you exactly what to do next.

After submission, Stedi handles everything: payer requirements, follow-ups, and paperwork. You only take action when absolutely necessary, and we tell you exactly what to do next.

One-click transaction enrollment

Submit transaction enrollments to 850+ payers in a single step. No PDFs, no portals, no worries – just submit a request. We handle everything else. Check the Stedi Payer Network or Payer APIs for supported payers.

Painless submissions

Enroll hundreds of providers at once using the Enrollments API, a bulk CSV, or our friendly UI – whatever fits your workflow. We validate inputs, prevent duplicates, and handle cleanup.

Managed for you

After submission, Stedi handles everything: payer requirements, follow-ups, and paperwork. You only take action when absolutely necessary, and we tell you exactly what to do next.

Full visibility

Track every enrollment from submission to go-live. Get notified in Slack or email when something changes or action is needed. See real-time status in the API or UI with clear next steps and timestamps.

transactionEnrollment.js

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24252627

28

fetch("https://enrollments.us.stedi.com/2024-09-01/enrollments", {
  method: "POST",
  body: JSON.stringify({
    transactions: {
      claimPayment: {
        enroll: true
      }
    },
    primaryContact: {
      firstName: "John",
      lastName: "Doe",
      email: "test@example.com",
      phone: "555-123-34354",
      streetAddress1: "123 Some Str.",
      city: "A City",
      state: "MD",
      zipCode: "20814"
    },
    userEmail: "test@example.com",
    payer: {
      idOrAlias: "87726"
    },
    provider: {
      id: "db6665c5-7b97-4af9-8c68-a00a336c2998"
    },
    source: "API"
  })
}).then(response => response.json())

Full visibility

Track every enrollment from submission to go-live. Get notified in Slack or email when something changes or action is needed. See real-time status in the API or UI with clear next steps and timestamps.

transactionEnrollment.js

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24252627

28

fetch("https://enrollments.us.stedi.com/2024-09-01/enrollments", {
  method: "POST",
  body: JSON.stringify({
    transactions: {
      claimPayment: {
        enroll: true
      }
    },
    primaryContact: {
      firstName: "John",
      lastName: "Doe",
      email: "test@example.com",
      phone: "555-123-34354",
      streetAddress1: "123 Some Str.",
      city: "A City",
      state: "MD",
      zipCode: "20814"
    },
    userEmail: "test@example.com",
    payer: {
      idOrAlias: "87726"
    },
    provider: {
      id: "db6665c5-7b97-4af9-8c68-a00a336c2998"
    },
    source: "API"
  })
}).then(response => response.json())

Full visibility

Track every enrollment from submission to go-live. Get notified in Slack or email when something changes or action is needed. See real-time status in the API or UI with clear next steps and timestamps.

transactionEnrollment.js

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24252627

28

fetch("https://enrollments.us.stedi.com/2024-09-01/enrollments", {
  method: "POST",
  body: JSON.stringify({
    transactions: {
      claimPayment: {
        enroll: true
      }
    },
    primaryContact: {
      firstName: "John",
      lastName: "Doe",
      email: "test@example.com",
      phone: "555-123-34354",
      streetAddress1: "123 Some Str.",
      city: "A City",
      state: "MD",
      zipCode: "20814"
    },
    userEmail: "test@example.com",
    payer: {
      idOrAlias: "87726"
    },
    provider: {
      id: "db6665c5-7b97-4af9-8c68-a00a336c2998"
    },
    source: "API"
  })
}).then(response => response.json())

More payers. 

Fewer delays.

More payers. 


Fewer delays.

More payers. 


Fewer delays.

More payers. Fewer delays.

Stedi connects to 3,300+ medical and dental payers – more than any other clearinghouse. We’ve seen where enrollments get stuck. We’ve built systems to keep them moving.

Stedi connects to 3,300+ medical and dental payers – more than any other clearinghouse. We’ve seen where enrollments get stuck. We’ve built systems to keep them moving.

Stedi connects to 3,300+ medical and dental payers – more than any other clearinghouse. We’ve seen where enrollments get stuck. We’ve built systems to keep them moving.

David Kanter
Haadi Munshi
Jacob Vermey
Jamie Schwartz
Maxwell Lewis
Sean O'Donnell
Todd Gutschenritter

Support from enrollment experts

Get help from Stedi’s dedicated enrollment experts and engineers when you need it. Average response time is under 8 minutes.

"Stedi delivers the highest quality support and a headache-free implementation process. When we tell customers we partner with Stedi, the eligibility subject-matter expert in the room always perks up."

— Kara Brenholt
Product at Candid Health

— Kara Brenholt

Product at Candid Health

"Stedi delivers the highest quality support and a headache-free implementation process. When we tell customers we partner with Stedi, the eligibility subject-matter expert in the room always perks up."

— Kara Brenholt
Product at Candid Health

— Kara Brenholt

Product at Candid Health

"Stedi delivers the highest quality support and a headache-free implementation process. When we tell customers we partner with Stedi, the eligibility subject-matter expert in the room always perks up."

— Kara Brenholt
Product at Candid Health

— Kara Brenholt

Product at Candid Health

"Stedi delivers the highest quality support and a headache-free implementation process. When we tell customers we partner with Stedi, the eligibility subject-matter expert in the room always perks up."

— Kara Brenholt
Product at Candid Health

— Kara Brenholt

Product at Candid Health

Get updates on what’s new at Stedi

Backed by

Stedi is a registered trademark of Stedi, Inc. All names, logos, and brands of third parties listed on our site are trademarks of their respective owners (including “X12”, which is a trademark of X12 Incorporated). Stedi, Inc. and its products and services are not endorsed by, sponsored by, or affiliated with these third parties. Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.

Get updates on what’s new at Stedi

Backed by

Stedi is a registered trademark of Stedi, Inc. All names, logos, and brands of third parties listed on our site are trademarks of their respective owners (including “X12”, which is a trademark of X12 Incorporated). Stedi, Inc. and its products and services are not endorsed by, sponsored by, or affiliated with these third parties. Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.

Get updates on what’s new at Stedi

Backed by

Stedi is a registered trademark of Stedi, Inc. All names, logos, and brands of third parties listed on our site are trademarks of their respective owners (including “X12”, which is a trademark of X12 Incorporated). Stedi, Inc. and its products and services are not endorsed by, sponsored by, or affiliated with these third parties. Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.

Get updates on what’s new at Stedi

Backed by

Stedi is a registered trademark of Stedi, Inc. All names, logos, and brands of third parties listed on our site are trademarks of their respective owners (including “X12”, which is a trademark of X12 Incorporated). Stedi, Inc. and its products and services are not endorsed by, sponsored by, or affiliated with these third parties. Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.