Root Insurance · Example Payload

Assign Policy Payment Method Response 200

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

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

Top-level fields

payment_method_idtypebank_details

Example Payload

Raw ↑
{
  "payment_method_id": "e0b7b222-772f-47ac-b08d-c7ba38aa1b25",
  "type": "debit_order",
  "bank_details": {
    "first_name": "Erlich",
    "last_name": "Bachman",
    "bank": "absa",
    "branch_code": "12345",
    "account_number": "123456789",
    "account_type": "cheque",
    "banv_status": "pending"
  }
}