Root Insurance · Schema

payment-status

The status to which to create the payment.

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech
View JSON Schema on GitHub

JSON Schema

payment-status.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "payment-status",
  "type": "string",
  "enum": [
    "submitted",
    "pending",
    "processing",
    "successful",
    "failed",
    "cancelled"
  ],
  "description": "The status to which to create the payment."
}