docs: add webhook delivery semantics, retry behavior, and self-diagnosis guide#366
Open
rcsh1 wants to merge 1 commit into
Open
docs: add webhook delivery semantics, retry behavior, and self-diagnosis guide#366rcsh1 wants to merge 1 commit into
rcsh1 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
Ticket 1178598175370948986 (提币交易状态在Submitted没有收到webhook推送): There is no transaction-status-to-webhook trigger matrix, and no documentation on delivery timing, retry behavior, or SLA expectations. Document the full status-to-webhook trigger matrix and add a delivery semantics section.'
Summary
Improve the webhook documentation to help integrators self-diagnose missing webhook notifications (Ticket: 提币交易状态在 Submitted 没有收到 webhook 推送). Six files updated (EN + CN pairs).
Changed files
v2/guides/webhooks-callbacks/set-up-endpoint.mdx— added##### Retry behaviorand##### Delivery guaranteessubsectionsv2_cn/guides/webhooks-callbacks/set-up-endpoint.mdx— CN mirror (##### 重试行为,##### 投递保证)v2/guides/webhooks-callbacks/introduction.mdx— added## Delivery semanticssection and### No webhook received? Self-diagnosischecklistv2_cn/guides/webhooks-callbacks/introduction.mdx— CN mirror (## 投递机制,### 未收到 Webhook 事件?自助排查)v2/guides/webhooks-callbacks/webhook-event-type.mdx— added cross-link to transaction status referencev2_cn/guides/webhooks-callbacks/webhook-event-type.mdx— CN mirror cross-linkAll edits restate facts already documented (2s timeout, 10 attempts,
200/201success, ordering not guaranteed, duplicate delivery possible). No new timing, SLA, or dispatch-behavior claims were asserted.