Integration Guides
Connect MRRback with your billing provider using our one-click integrations or manual webhook setup.
Connect with Stripe OAuth
MRRback uses Stripe Connect OAuth to securely link your account. No API keys or webhook URLs to copy -- everything is configured automatically.
Click Connect in your MRRback dashboard
Navigate to Settings → Payment Integrations and click the Connect button next to Stripe. You'll be redirected to Stripe.
Authorize MRRback on Stripe
Sign in to the Stripe account you want to connect and click Allow to grant MRRback access.
What permissions are granted?
MRRback requests read_write access via Stripe Connect. This allows reading subscription and customer data on your connected account to detect cancellations and identify customers for recovery.
Webhook is registered automatically
Once authorized, MRRback registers a Connect webhook to listen for subscription events from your account. No manual configuration needed.
customer.subscription.deletedcustomer.subscription.createdSignature verification
Done! Your Stripe account is connected
You'll see a green Connected badge with your active subscription count on the dashboard.
Manual Webhook Setup
Prefer to configure things yourself? Create a webhook endpoint directly in your Stripe dashboard.
Open Stripe Developer Dashboard
Navigate to Developers → Webhooks in your Stripe account.
Add a new endpoint
Click Add endpoint and paste your MRRback webhook URL.
Your webhook URL
https://www.mrrback.com/api/webhook/{your_friendly_id}/stripeFind your friendly ID in Settings → Payment Integrations → Manual setup
Select events to listen to
Choose exactly these two events:
customer.subscription.deletedcustomer.subscription.createdCopy the signing secret
After creating the endpoint, Stripe shows a signing secret (starts with whsec_). Copy it -- you'll need it in MRRback to verify incoming webhooks.
Send a test event
Click Send test webhook in Stripe to verify MRRback receives and acknowledges it with a 200 response.
Need Help?
Can't find what you're looking for? Our support team is here to help.