One of LinkBridge’s key advantages is that it is gateway agnostic. This means you can track revenue events from any payment processor or custom checkout flow. Whether you use Stripe, PayPal, LemonSqueezy, Shopify, or a completely custom payment API, LinkBridge can capture and analyze your sales data.
win_...
event to the LinkBridge API with the required fields (saleAmount
, saleId
, saleCurrency
).✨ Why this matters:
Instead of being locked into a single payment provider, you can scale, experiment, and switch providers freely. LinkBridge ensures all revenue data remains unified.
POST <YOUR_API_ENDPOINT> Headers: { "Authorization": "Bearer YOUR_SECRET_KEY", "Content-Type": "application/json" } Request Body: { "eventType": "win_sale", "websiteId": "68ab108c4a215929683ad3b9", "data": { "saleAmount": 120, "saleId": "tx_987654", "saleCurrency": "USD" } }
Tip:
No matter which gateway you use, always trigger revenue events from the backend. This keeps your data secure and ensures accuracy.
Copyright © 2025 - All rights reserved