Skip to content

fix: remove unused webhook event variants - #129

Open
MantisClone wants to merge 1 commit into
mainfrom
fix/REQ-350-remove-unused-webhook-events
Open

fix: remove unused webhook event variants#129
MantisClone wants to merge 1 commit into
mainfrom
fix/REQ-350-remove-unused-webhook-events

Conversation

@MantisClone

@MantisCloneMantisClone commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Problem

The public docs list four payment webhook variants that Request Network never emits. That can lead you to build handlers for notifications that will never arrive.

REQ-350

Proposed Solution

  • Remove the obsolete Client ID- and checkout-scoped payment variants from the webhook catalog, reference, Quickstart, and reconciliation guide.
  • Update the catalog counts and handler example to match the supported events.

Considerations

UAT

  1. Open the Mintlify preview for this PR.
  2. Check the webhook catalog, reference, Quickstart, and reconciliation guide.
  3. Confirm that the four removed payment.confirmed.* and payment.partial.* variants are absent, and the catalog lists 10 supported events.

@mintlify

mintlifyBot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

ProjectStatusPreviewUpdated (UTC)
request-network🟢 ReadyView PreviewAug 21, 2026, 10:29 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@MantisCloneGraphite App

Copy link
Copy Markdown
ContributorAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

@greptile-apps

greptile-appsBot commented Aug 21, 2026

Copy link
Copy Markdown

Greptile Summary

The PR removes four webhook variants that Request Network does not emit and updates the supported catalog to 10 events.

  • Removes Client ID- and checkout-scoped payment variants from the webhook catalog and reference.
  • Updates Quickstart and reconciliation examples to handle only supported events.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

FilenameOverview
api-features/webhooks-events.mdxRemoves the four unsupported scoped payment variants and updates the catalog count and category total.
api-reference/webhooks.mdxRemoves obsolete event sections and cleans up the stale payload-field references identified in the prior review.
use-cases/quickstart.mdxRemoves unsupported variants from payment-link guidance and the supported-event table.
use-cases/webhook-reconciliation.mdxUpdates the catalog and handler example to use only the 10 supported webhook events.

Reviews (2): Last reviewed commit: "fix: remove unused webhook event variant..." | Re-trigger Greptile

Comment threadapi-reference/webhooks.mdx
@MantisClone
MantisCloneforce-pushed the fix/REQ-350-remove-unused-webhook-events branch from c6195cf to 601be1aCompareAugust 21, 2026 22:37
@MantisClone
MantisClone marked this pull request as ready for review August 21, 2026 22:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MantisClone