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

Schema reference changed in POST /v2/payments/{paymentId}/refunds response 201: "entity-refund-response" → "refund-response"

Affected surface
POST /v2/payments/{paymentId}/refunds

What changed

Schema reference changed in POST /v2/payments/{paymentId}/refunds response 201: "entity-refund-response" → "refund-response" Affected surface: POST /v2/payments/{paymentId}/refunds. Root cause: endpoint `POST /v2/payments/{paymentId}/refunds`. Detected at Mon, 31 Aug 2026 15:03:10 UTC UTC.

Diff

{
  "current_value": "refund-response",
  "path": "POST /v2/payments/{paymentId}/refunds",
  "previous_value": "entity-refund-response",
  "schema_path": "POST /v2/payments/{paymentId}/refunds response 201"
}

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.