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:
| Field | Coverage |
|---|---|
includeAL | Auto Liability |
includeAPD | Auto Physical Damage |
includeMTC | Motor Truck Cargo |
includeTGL | Truckers General Liability |
includeNTL | Non-Trucking Liability |
Broker Fees
Each coverage line accepts a broker service fee (numeric value):brokerFeeAL,brokerFeeAPD,brokerFeeMTC,brokerFeeTGL,brokerFeeNTL
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:
| Field | Description |
|---|---|
signFirst | "Y" if the insured must sign before the policy is bound |
electronicSignature | "Y" to use electronic signature (instant bind method) |
insuredEmail | Email address for the insured to receive signature requests |
insuredFullName | Full name of the insured for signature |
retailAgentEmail | Email of the retail agent |
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:| Operation | Endpoint | Description |
|---|---|---|
| Endorsement | POST .../endorsement | Modify an active policy (full guide) |
| Cancel Request | POST .../cancel-request | Initiate cancellation |
| Cancel Approve | POST .../cancel-approve | Approve pending cancellation |
| Cancel Execute | POST .../cancel | Execute the cancellation |
| Reinstatement | POST .../reinstatement | Reinstate a cancelled policy |
| Non-Renewal | POST .../non-renewal | Mark policy for non-renewal |
| Decline | POST .../decline | Decline a submission |
Related Endpoints
- Bind a Quoted Submission — Full bind endpoint schema
- Get Submission Status — Check submission status after binding
- Create Endorsement — Modify a bound policy