Webhooks
Get real-time notifications about affiliate activities and conversions
Overview
Refgrow uses webhooks to receive real-time notifications about important events from payment processors. These webhooks are essential for tracking conversions and attributing them to the correct affiliates.
Currently, Refgrow supports webhooks for the following payment processors:
- Stripe
- LemonSqueezy
Stripe Webhooks
Events Tracked
Refgrow listens for the following Stripe events:
Event | Description |
---|---|
checkout.session.completed |
When a customer completes the checkout process |
customer.subscription.created |
When a new subscription is created |
customer.subscription.updated |
When a subscription is modified |
Configuring Stripe Webhooks
To set up Stripe webhooks with Refgrow:
- Go to your project settings
- Click "Create Stripe API Key" button
- Copy the generated API key
- Paste it back in the settings
LemonSqueezy Webhooks
Events Tracked
Refgrow listens for the following LemonSqueezy events:
Event | Description |
---|---|
order_created |
When a new order is created |
subscription_created |
When a new subscription is created |
subscription_updated |
When a subscription is modified |
Configuring LemonSqueezy Webhooks
- Go to your LemonSqueezy Dashboard > Settings > Webhooks
- Click "Add webhook"
- Set the webhook URL to:
https://refgrow.com/api/webhook/lemonsqueezy/YOUR_PROJECT_ID
- Replace YOUR_PROJECT_ID with your actual project ID
-
Select the following events:
- order_created
- subscription_created
- subscription_updated
- Click "Create webhook" to save
Ensure you have set your LemonSqueezy API Key in your project settings.
How Conversion Attribution Works
When a webhook event is received, Refgrow automatically:
1. Identify the Customer
Retrieves the customer email from the event data
2. Check for Referral
Looks for an active referral cookie associated with the customer
3. Calculate Commission
Applies your commission rate to the payment amount
4. Record Commission
Saves the commission to the affiliate's account
Testing Your Webhook Integration
Stripe Testing
- Switch your Stripe account to test mode
- Make a test purchase using a test credit card
- Check your Refgrow dashboard to see if the conversion was recorded
- View the webhook logs in your Stripe dashboard to verify delivery
LemonSqueezy Testing
- Use LemonSqueezy's test mode
- Create a test order or subscription
- Check that the webhook is delivered (via LemonSqueezy webhook logs)
- Verify that the conversion appears in your Refgrow dashboard
Troubleshooting
- Verify that your API keys are correctly set in your project settings
- Check that the webhook URL is correctly configured in your payment processor
- Ensure that you've selected all the required events
- Check the webhook logs in your payment processor's dashboard
- Make sure your tracking script is properly installed on your website
- Verify that the cookie lifetime in your project settings is appropriate
- Check that the email address used for the purchase matches the one tracked by Refgrow
- Test the complete referral flow from clicking a referral link to completing a purchase
Best Practices
Security
- Keep your API keys secure
- Use HTTPS for all communications
- Regularly review webhook logs
- Monitor for unusual activity
Reliability
- Test your webhook integration thoroughly
- Check your webhook settings after any system changes
- Keep your payment processor API keys updated
- Regularly verify that events are being processed