Root Insurance · Example Payload

Create Policyholder Payment Method Request Collection_Module

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Policyholder Payment Method Request Collection_Module is an example object payload from Root Insurance, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typecollection_module_keydatapolicy_ids

Example Payload

Raw ↑
{
  "type": "collection_module",
  "collection_module_key": "my_collection_module",
  "data": {
    "customer_id": "CUST-12345",
    "account_reference": "ACC-67890"
  },
  "policy_ids": [
    "9e0c897f-bc68-4225-b13a-57599062ea0a"
  ]
}