Root Insurance · Example Payload

Create Policyholder Payment Method Request Debit_Order

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Policyholder Payment Method Request Debit_Order 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

typebank_detailspolicy_idsbilling_day

Example Payload

Raw ↑
{
  "type": "debit_order",
  "bank_details": {
    "account_holder": "Erlich Bachman",
    "account_holder_identification": {
      "type": "id",
      "number": "7701014800086",
      "country": "ZA"
    },
    "bank": "absa",
    "branch_code": "12345",
    "account_number": "123456789",
    "account_type": "cheque"
  },
  "policy_ids": [
    "9e0c897f-bc68-4225-b13a-57599062ea0a"
  ],
  "billing_day": 23
}