New: MCP server monitoring is live. Start free
StripeSchemaAdditive

New fields added in GET /v1/subscriptions (payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure): [electronic_commer…

New fields added in GET /v1/subscriptions (payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure): [electronic_commerce_indicator, exemption_indicator, exemption_indicator_applied, cryptogram]

Affected surface
GET /v1/subscriptions
Affected field
payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure

What changed

New fields added in GET /v1/subscriptions (payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure): [electronic_commerce_indicator, exemption_indicator, exemption_indicator_applied, cryptogram] Affected surface: GET /v1/subscriptions. Root cause: schema `payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure`. Detected at Mon, 23 Mar 2026 20:53:19 UTC UTC.

Diff

{
  "added_fields": [
    "electronic_commerce_indicator",
    "exemption_indicator",
    "exemption_indicator_applied",
    "cryptogram"
  ],
  "path": "GET /v1/subscriptions",
  "schema_path": "schema payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.