Stripe Billing
Stripe Billing is a powerful subscription billing and revenue management platform.
When connected to Altruon, Stripe Billing enables seamless synchronization of subscription flows, invoices, and credit notes.
Supported Features
- Subscription creation accepting payments with any supported gateway/payment method
- Invoice (initial and recurring) synchronization and auto collection
- Credit note synchronization with automated refund with any supported gateway/payment method
Requirements
To connect your Stripe Billing account to Altruon, you'll need the following:
- Secret Key (API Secret Key)
- Retrieve this from your Stripe Dashboard by navigating to:
Developers > API Keys (bottom left section) - You need the Secret Key only (in the format
sk_test_XXXfor test mode orsk_live_XXXfor live mode)
- Retrieve this from your Stripe Dashboard by navigating to:
Step 1: Connect Stripe Billing to Altruon
- Log in to your Altruon account.
- Navigate to Settings > Billing Platforms.
- Click + Add Integration and select Stripe Billing.
- Enter your Secret Key (e.g.,
sk_test_XXXorsk_live_XXX). - Click Add Integration.
Once connected, you'll see the Stripe Billing integration marked as Active in Altruon.
Step 2: Configure Webhook in Stripe
Altruon requires a webhook from Stripe to stay in sync with your billing events.
- In your Altruon Settings > Billing Platforms, click View Integration on Stripe Billing.
Copy the webhook endpoint URL generated by Altruon as shown in this example.
- Log in to your Stripe Dashboard.
- Go to Developers > Webhooks.
- Click + Add destination.
- Select the following event types:
invoice.createdinvoice.finalized
- Click Continue.
- Set the Destination type to Webhook endpoint and click Continue.
- Paste the Altruon webhook URL into the Endpoint URL field.
- Give it a descriptive name (e.g., "Altruon webhook").
- Click Create destination.
🎉 Congratulations
Your Stripe Billing instance is now successfully connected to Altruon!
All subscription flows, invoices, and credit notes will be automatically synchronized with any Payment gateway you'll connect to Altruon.