Root Insurance · Example Payload

Manual Verify Payment Method Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

payment_method_idtypeorganization_idpolicyholder_idcreated_atupdated_atbank_details

Example Payload

Raw ↑
{
  "payment_method_id": "e0b7b222-772f-47ac-b08d-c7ba38aa1b25",
  "type": "debit_order",
  "organization_id": "952bfef5-7517-47ff-bf41-08c5a66c52db",
  "policyholder_id": "f91f4ea4-9c6d-459e-998b-a5711cbd8895",
  "created_at": "2021-01-29T13:12:00.968Z",
  "updated_at": "2021-02-15T10:30:00.000Z",
  "bank_details": {
    "account_holder": "Erlich Bachman",
    "bank": "absa",
    "branch_code": "12345",
    "account_number": "123456789",
    "account_type": "cheque",
    "banv_status": "verified"
  }
}