Root Insurance · Example Payload

Create Policyholder Payment Method Response 200 Card

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Create Policyholder Payment Method Response 200 Card 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_idtypecard

Example Payload

Raw ↑
{
  "payment_method_id": "e0b7b222-772f-47ac-b08d-c7ba38aa1b25",
  "type": "card",
  "card": {
    "bin": 217339,
    "holder": "NB FLOOR",
    "brand": "VISA",
    "expiry_month": "09",
    "expiry_year": "2025",
    "last_4_digits": "9766"
  }
}