Menu

Quotation APIs

The common APIs are used to retrieve quotation details that have been updated by the user, create offers, and modify covers when required.
Once the customer selects an offer, the system proceeds with payment processing and then sends a confirmation to Bima through the Confirmation API.

Get Quotation

To get quotation details included input data and offers you need to make POST call to the following url :
/v1/Quotation/Read

Process Quotation

Process quotation is the main API where system generates multiple offers for the requested quotation id. It delete previous overs if any and re generates everytime whenever you call this API.
To create offers you need to make a POST call to the following url :
/v1/Quotation/Process

Re-process Quotation

In order to add or remove optional covers, you are required to make POST call with requried inputs to the following url :
/v1/Quotation/Reprocess

Confirm/Purchase Offer

Once the customer has selected an offer, you are required to process the payment. After successfully receiving the payment, you must make a POST request to the following URL :
/v1/Quotation/Confirmation

Note: Bima will issue the policy to the customer upon receiving confirmation from your system, without performing payment verification on Bima’s end.

Before processing the payment, you must check the quotation approval status (required_approval). If required_approval is false, you may proceed with the payment or request a follow-up if needed.

Follow Up

Some offers require approval and cannot be purchased immediately upon retrieval. In such cases, you can submit follow-up request.

Bima’s support team will coordinate with the respective insurance provider and contact the customer if any additional information or documentation is required.

Once the provider approves the offer, the customer will be asked to proceed with payment. After successful payment, the policy document will be issued.

You are required make a POST request to the following URL :
/v1/Quotation/Followup

Request Tracking

In order to get request detils including policy documents, you are required make a POST request to the following URL :
/v1/Quotation/Track