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 aPUT 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
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 undercoverage on POST /v1/quote:
brokerFeeAL,brokerFeeAPD,brokerFeeMTC,brokerFeeTGL,brokerFeeNTL
include*. Any coverage line you omit at bind has its broker fee zeroed out for the resulting policy.
Financing
SetoptInCWFinancing 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
SetelectTRIA to "Y" to elect Terrorism Risk Insurance Act coverage, or "N" to decline.
Electronic Signature
ThebindingMethod object controls how the policy documents are signed:
Dashcam Shipping
Cover Whale may ship dashcams as part of the policy. TheshippingAddress object specifies where to send them:
- Set
dashcam_shipping_addressto"insured"to ship to the insured’s address on file - Provide
street,city,state,zip, andcountyfor a custom shipping address
What Happens After Binding
Once a bind request is successfully submitted:- The submission status changes to Request to Bind
- Cover Whale’s underwriting team reviews and approves the bind
- Policy numbers are assigned for each coverage line
- Policy documents are generated
- The submission status changes to Bound
- The agent and insured receive confirmation emails
Error Handling
The bind endpoint returns404 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.
Related Endpoints
- Bind a Quoted Submission — Full bind endpoint schema
- Get Submission Status — Check submission status after binding
- Create Endorsement — Modify a bound policy