New: MCP server monitoring is live. Start free trial
StripeSchemaAdditive

Response schema changed for GET /v1/setup_intents/{intent} (payment_method_details_card_wallet_link)

Affected surface
GET /v1/setup_intents/{intent}
Affected field
payment_method_details_card_wallet_link

What changed

Response schema changed for GET /v1/setup_intents/{intent} (payment_method_details_card_wallet_link) Affected surface: GET /v1/setup_intents/{intent}. Root cause: schema `payment_method_details_card_wallet_link`. Detected at Wed, 26 Aug 2026 18:51:05 UTC UTC.

Diff

{
  "added_fields": [
    "funding_source_group"
  ],
  "path": "GET /v1/setup_intents/{intent}",
  "schema_path": "schema payment_method_details_card_wallet_link"
}

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.