MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Get Token BalanceGet Usage By CategoryStripe Webhook - Record Verified Top-UpRecord x402 Token Top-Up
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceBilling

Stripe Webhook - Record Verified Top-Up

POST
/v1/billing/webhooks/stripe

Receives Stripe webhook events. Verifies the Stripe-Signature header against STRIPE_WEBHOOK_SECRET and, for a checkout.session.completed (or async_payment_succeeded) event, records a stripe_credit ledger entry for the verified event's own amount_total; for a charge.refunded event, records a corrective refund_reversal entry for the verified event's own amount_refunded. There is no request-body field a caller could set to claim a different amount - this endpoint takes no input from the caller at all except the raw Stripe payload and its signature.

Response Body

application/json

curl -X POST "https://example.com/v1/billing/webhooks/stripe"
null
Empty
Empty

Get Usage By Category

Previous Page

Record x402 Token Top-Up

Next Page