Integrations
Connect third-party services like Stripe and Shippo to your Augno account.
Integrations connect your Augno account to third-party services that extend your workflow. Configure integrations from the Integrations tab in account settings. Only admins can manage integrations.
Why integrations matter
- Payments: connect Stripe to accept payments, sync invoices, and manage subscriptions
- Shipping: connect Shippo to generate shipping labels and get live carrier rates
- Automation: once connected, integrations work automatically within your existing workflows
Stripe integration
Stripe handles payment processing for invoices and subscriptions. To connect Stripe:
- Navigate to the Integrations tab
- Select Stripe
- Enter your credentials:
- Publishable key: your Stripe publishable API key
- Secret key: your Stripe secret API key
- Webhook secret: your Stripe webhook signing secret for verifying incoming events
- Save and enable the integration
Stripe webhook setup
Augno uses a Stripe webhook to receive real-time payment updates. In your Stripe Dashboard webhook settings, create a webhook endpoint pointing to:
https://api-legacy.augno.com/webhooks/stripe/YOUR_ACCOUNT_ID
https://api-legacy.augno.com/webhooks/stripe/YOUR_ACCOUNT_ID
Subscribe the webhook to the following events:
payment_intent.succeededpayment_intent.payment_failedpayment_intent.canceled
After creating the webhook in Stripe, copy the webhook signing secret (starts with whsec_) and enter it in the Augno integration settings. Augno uses this secret to verify that incoming events are genuinely from Stripe.
Shippo integration
Shippo provides shipping label generation and carrier rate comparison. To connect Shippo:
- Navigate to the Integrations tab
- Select Shippo
- Enter your Shippo API key
- Save and enable the integration
Once connected, you can generate shipping labels and retrieve live rates during the shipping workflow.
Managing integrations
Each integration supports these management actions:
- Naming: give the integration a descriptive label to identify it
- Editing credentials: update API keys or secrets when you rotate them on the provider side
- Toggling active/inactive: temporarily disable an integration without removing its credentials
- Deleting: permanently remove an integration and its stored credentials
Integration status
| Status | Meaning |
|---|---|
| Active | Integration is connected and processing |
| Inactive | Integration is configured but temporarily disabled |
| Not configured | No credentials have been entered |
Next: API keys