docs(webhooks): add livemode, drop testnet, document subscription events - #7
Merged
Conversation
- Replace the testnet field with livemode (true=live, false=test) across the webhook payload docs + examples; note it is account mode, not the chain (network). - Document the 5 subscription.* webhook events + SubscriptionData shape in the events reference and the SDK webhooks page, matching @agentaos/pay. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
PancheI
force-pushed
the
docs/webhook-livemode
branch
from
August 19, 2026 05:59
de0ee48 to
1bb8291
Compare
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.
Mirrors the platform payload change (AgentaOS/platform#153) and the SDK types (AgentaOS/agentaos#37).
What
testnet→livemodeacrosswebhooks/events.mdx,api-reference/webhooks.mdx, andsdk/pay-webhooks.mdx(examples + field docs).livemode= account mode (true=live,false=test); the chain/rail stays innetwork.subscription.*events (created,renewed,payment_failed,updated,canceled) and the sharedSubscriptionDatashape, in the events reference and the SDK webhooks page.livemodeis now typed;rail/vendor_reference/overpaid_by_centsremain wire-only.Not included
dispute.*webhook events are emitted by the platform but still undocumented here, a separate follow-up.🤖 Generated with Claude Code