Provider Onboarding Guide

The quickclaim onboarding guide for providers

Welcome to quickclaim! We're excited to have you join our platform as a provider. This onboarding guide will help you create an account and get set up quickly.

Step 1: Create Your Account

Begin by navigating to our Sign-Up page here:

https://app.di.quickclaim.io/signup

. Fill in the required fields:

  • First Name and Last Name

  • Email Address

  • Password (Ensure it's strong enough. A prompt will indicate if it's too short.)

provider-onboarding-step(1)

 

After filling out all details, click Sign Up to go to the step.

Step 2: Confirm Your Details

Once your details are submitted, you'll see a screen confirming your information. Click Create Account to proceed. By doing so, you agree to our Terms and Conditions.

provider-onboarding-step(2)

 

Step 3: Choose Your Tenant Type

Next, you'll be asked to select your Tenant type. To proceed with the onboarding as a provider, click on the Provider option.

provider-onboarding-step(3)

Step 4: Set Up Your Organisation

If you're a registered provider, you'll be asked to either join an existing organisation or set up a new one.

  • For an Existing Organisation, please email support@quickclaim.io for assistance.

  • To set up a New Organisation, fill in the requested details such as your Organisation Name and Website. You must also agree to the terms regarding data storage and access.

provider-onboarding-step(4)

Click Submit once you've filled in all required details.

Step 5: Sign In

After creating your account, navigate to the sign-in page here:

https://app.di.quickclaim.io/login

provider-sign-in-1

Enter your Email Address and Password, then click Sign In.

Step 6: Generate Your API Key

Once signed in, navigate to the API Keys section. Click on Generate API Key to create an API key. Use the provided tenant-id: ${your-tenant-id} and authorization: api-key ${generated-key} in the header of your API calls when sending requests to quickclaim endpoints. Do not share your API keys with others or expose them in any client-side code.

api_key_gen

You can now start calling the APIs to send invoices to Plan Managers.

Step 7: Using Provider APIs

Now that you've set up your API key and can authenticate your requests, you’re ready to proceed with sending invoices to Plan Managers on our platform. Here’s how to use the two APIs provided to accomplish this:

  1. Get the List of Plan Managers
    To learn more about how you can use this API please refer to quickclaim's API documentation here: List Plan Managers

  2. Send an Invoice to a Plan Manager
    To learn more about how you can use this API please refer to quickclaim's API documentation here: Send Provider Invoice

Using above mentioned APIs you can will effectively create your invoice inside your app and trigger a notification for the specified Plan Manager and deliver the invoice to them via their registered webhook channel.  

By following these steps, you can reliably direct each invoice to the appropriate Plan Manager. Be sure to validate that you’re using the correct pmTenantId for the intended Plan Manager before sending each invoice.

For more information and examples, refer to our API Docs and learn about the payload template.

Next Steps

Once your tenant is set up, you'll have access to the quickclaim platform and can begin sending invoices to your Plan Managers.

If you have any questions during this process, our support team is here to help at support@quickclaim.io.