Root Insurance · Example Payload

Update A Payout Request Response 200

Monetary payout to be actioned on approval of claim AAD65AF5CDC5

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Update A Payout Request Response 200 is an example object payload from Root Insurance, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payout_request_idcreated_atcreated_bystatusrejection_reasontypeamountdescriptionfinalized_atfinalized_byclaim_idpolicy_idpolicyholder_idpayee

Example Payload

Raw ↑
{
  "payout_request_id": "02f94351-94c8-40a4-ace1-97d7fe4b7a9a",
  "created_at": "2022-01-31T13:55:27.717Z",
  "created_by": {
    "type": "user",
    "id": "00000000-0000-0000-0000-000000000001"
  },
  "status": "rejected",
  "rejection_reason": "Rejected as part of testing",
  "type": "claim_payout",
  "amount": "2500000",
  "description": "Monetary payout to be actioned on approval of claim AAD65AF5CDC5 ",
  "finalized_at": "2022-01-31T13:56:16.208Z",
  "finalized_by": {
    "type": "api_key",
    "id": "420df14d-b09d-4d89-84a8-8e3118c9ca23",
    "owner_id": "00000000-0000-0000-0000-000000000001"
  },
  "claim_id": "63bdffce-2ffb-41f7-8c71-c85711ec4c2c",
  "policy_id": "39cf9f0a-2363-476e-a718-7c9b4a408e6a",
  "policyholder_id": "9c27fb39-bcc6-4ccf-a5f1-c6352cbc24f0",
  "payee": {
    "beneficiary_id": "25348c7b-620d-41c3-803d-7daebc7599a1",
    "policyholder_id": "9c27fb39-bcc6-4ccf-a5f1-c6352cbc24f0",
    "percentage": 100,
    "payment_details": {
      "type": "eft",
      "details": {
        "bank_name": "ABSA",
        "branch_code": "12345",
        "account_type": "cheque_account",
        "account_number": "123456789"
      }
    },
    "relationship": "other"
  }
}