Databricks is a warehouse destination. Revenue lands as batch-loaded, model-ready tables via scheduled exports rather than a per-event webhook.
Databricks
Server-verified purchases, renewals, cancellations, and refunds land in Databricks as model-ready tables via scheduled exports.
Databricks is a CashSDK Marketplace data warehouse integration. Once connected, every server-verified revenue event (purchases, renewals, cancellations, and refunds) is delivered to Databricks the moment it happens.
Connect#
Connect with the endpoint URL you want events POSTed to.
1
Add Databricks
Connect it from the dashboard under Settings → Marketplace → Databricks, or with the MCP server:
text
connect_marketplace_app(provider="databricks", config={ url: "https://…/webhook" })
2
Activate
text
activate_marketplace_connection(provider="databricks")
3
Test the delivery
text
test_marketplace_dispatch(type="purchase.completed", data={ userId: "u_812", productIdentifier: "pro_monthly", priceMinor: 999, currency: "usd" })
What Databricks receives#
purchase.completed: a new purchase or first subscription paymentsubscription.renewed: a recurring renewalsubscription.canceled/subscription.expired: churnrefund.issued: a refund or chargeback
Each event carries the customer, product, entitlement, amount, and currency. See Webhooks for the full event catalog and payload shape.