{
  "@context": "https://schema.org",
  "@type": "CreativeWork",
  "name": "Payment Lifecycle",
  "states": [
    "pending",
    "authorized",
    "captured",
    "failed",
    "refunded",
    "partially_refunded",
    "disputed",
    "chargeback"
  ],
  "sla": {
    "authorize": "P95 < 5s",
    "capture": "P95 < 10s"
  }
}