Root Insurance · Example Payload

Policy Allocate Eft Payment Response 200

Missed premium for March

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Policy Allocate Eft Payment Response 200 is an example object payload from Root Insurance, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payment_idpolicy_idpayment_method_idstatusamountdescriptioncreated_atcreated_bypayment_datebilling_datepayment_typepolicyholderretry_ofcurrencyretry_numbercollection_type

Example Payload

Raw ↑
{
  "payment_id": "b7b9bc96-9468-4b48-9bec-1a15a8cd8071",
  "policy_id": "128ba0c0-3f6a-4f8b-9b40-e2066b02b59e",
  "payment_method_id": "3f6aa0c0-4f8b-228b-3343-222b59066b0e",
  "status": "successful",
  "amount": 35000,
  "description": "Missed premium for March",
  "created_at": "2017-10-05T18:40:47.281Z",
  "created_by": {
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "user"
  },
  "payment_date": "2020-03-01T00:00:00.000Z",
  "billing_date": "2020-03-01T00:00:00.000Z",
  "payment_type": "other",
  "policyholder": {
    "policyholder_id": "bf1ada91-eecb-4f47-9bfa-1258bb1e0055",
    "type": "individual",
    "initials": "E",
    "first_name": "Erlich",
    "last_name": "Bachman",
    "id": {
      "type": "id",
      "number": "6801015800084",
      "country": "ZA"
    },
    "date_of_birth": "1968-01-01",
    "gender": "male",
    "email": "erlich@aviato.com",
    "cellphone": "+27821234567",
    "phone_other": null,
    "created_at": "2017-10-12T15:47:34.281Z",
    "app_data": {
      "company": "Aviato"
    },
    "policy_ids": [],
    "created_by": {
      "id": "00000000-0000-0000-0000-000000000001",
      "type": "user"
    },
    "address": {
      "line_1": "5230 Penfield Avenue",
      "suburb": "Woodland Hills",
      "city": "Los Angeles",
      "country": "US",
      "area_code": "CA 91364"
    }
  },
  "retry_of": null,
  "currency": "ZAR",
  "retry_number": null,
  "collection_type": "other"
}