Claim

Initiate Cash Reimbursement Claims

The endpoint initiates the creation of a Cash Reimbursement Micro Health claim.

POST https://sandbox.insurpass.com/api/merchants/micro_health/cash_raimbursement_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policy_number*

String

The unique number that identifies the purchased insurance policy - 2062058003

proof_of_hospitalization*

String

url to the proof of hospitalization - https://meet.google.com/image.png

receipt_of_payment

String

url to the receipt of payment - https://meet.google.com/image.png

 {
            "id": 28,
            "policy_id": 439,
            "proof_of_hospitalization": null,
            "receipt_of_payment": null,
            "beneficiary_id_card": "https://meet.google.com/image.png",
            "medical_certificate": "https://meet.google.com/image.png",
            "police_report": "https://meet.google.com/image.png",
            "death_certificate": "https://meet.google.com/image.png",
            "status": "pending",
            "merchant_id": 1,
            "type_of_claims": "funeral_expense_benefits",
            "created_at": "2022-10-17T12:56:50.000000Z",
            "updated_at": "2022-10-17T12:56:50.000000Z"
 }

Initiate Funeral Expense Benefit Claims

The endpoint initiates the creation of a Funeral Expense Benefit Micro Health claim.

POST https://sandbox.insurpass.com/api/merchants/micro_health/funeral_expense_benefit_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policy_number*

String

The unique number that identifies the purchased insurance policy - 2062058003

beneficiary_id_card*

String

url to the proof of hospitalization - https://meet.google.com/image.png

medical_certificate

String

url to the medical certificate - https://meet.google.com/image.png

police_report

String

url to the police report - https://meet.google.com/image.png

death_certificate

String

url to the death certificate - https://meet.google.com/image.png

death_claims_form

String

url to the death claims form - https://meet.google.com/image.png

Micro Health Claim Details

This endpoint returns an object containing a single Micro Health claim

GET https://sandbox.insurpass.com/api/merchant/micro_health/get_one_claims/:claim_id

Path Parameters

Name
Type
Description

claim_id

String

The unique number that identifies the claim -9

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

List All Micro Health Claims

This endpoint returns a list of all the Micro Health Claim objects.

GET https://sandbox.insurpass.com/api/merchant/micro_health/get_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Last updated

Was this helpful?