Skip to main content

Policy Lifecycle

Once a submission is quoted, you can bind it through the API to create an active policy. This guide covers the binding process and what happens after.

Binding a Quote

To bind a quoted submission, submit a PUT request to /bind/{displayId} with coverage selections, binding method, and shipping details.

Prerequisites

  • The submission must be in Quoted status
  • You must select which coverage lines to include
  • An effective date must be provided

Bind Request

A successful bind request returns:
The submission status then moves to Request to Bind while underwriting finalizes the policy.

Coverage Selection

At bind time, you choose which coverage lines to include. Set each to "Y" to include or omit to exclude:

Broker Fees

Broker service fees are captured on the quote (or indication) request, not on bind. Submit them under coverage on POST /v1/quote:
  • brokerFeeAL, brokerFeeAPD, brokerFeeMTC, brokerFeeTGL, brokerFeeNTL
Each is a number between 0 and 1,000 (USD, per coverage line). When you bind, the fees you provided at quote are automatically carried forward for whichever coverage lines you include*. Any coverage line you omit at bind has its broker fee zeroed out for the resulting policy.

Financing

Set optInCWFinancing to "Y" to use Cover Whale’s premium financing option. When opted in, the payment type is automatically set to Cover Whale financing.

TRIA Coverage

Set electTRIA to "Y" to elect Terrorism Risk Insurance Act coverage, or "N" to decline.

Electronic Signature

The bindingMethod object controls how the policy documents are signed:

Dashcam Shipping

Cover Whale may ship dashcams as part of the policy. The shippingAddress object specifies where to send them:
  • Set dashcam_shipping_address to "insured" to ship to the insured’s address on file
  • Provide street, city, state, zip, and county for a custom shipping address

What Happens After Binding

Once a bind request is successfully submitted:
  1. The submission status changes to Request to Bind
  2. Cover Whale’s underwriting team reviews and approves the bind
  3. Policy numbers are assigned for each coverage line
  4. Policy documents are generated
  5. The submission status changes to Bound
  6. The agent and insured receive confirmation emails

Error Handling

The bind endpoint returns 404 if:
  • The submission is not in Quoted status
  • Required fields are missing or invalid
  • The submission cannot be found

Post-Bind Operations

After a policy is bound, additional lifecycle operations are available: See the Policy Lifecycle section in the API Reference for full endpoint documentation.