Learn how to view and manage customer information in Autumn
The customer details page provides a comprehensive view of a customer’s information, subscriptions, and usage. You can access this by clicking on any customer from the Customers page.
The customer details page shows:
You can enable a product for a customer either via the API using the attach
method or via the dashboard.
If you’re enabling a product for a customer that already has a product, Autumn will handle the upgrade or downgrade between the two products.
When attaching a product via the Dashboard, you can optionally make changes to the product items before enabling it. This will create a custom version of the product.
When enabling a custom product, what happens will depend on the changes you made:
You can directly edit a customer’s feature balances via the dashboard, to give them additional allowance or alter how much they’ll be charged for their next invoice (typically in case of errors).
included_usage
) of a feature, enter a positive numberEditing a balance will only last until the next reset date of the feature. If you want to permanently set a new allowance, you should create a custom product with the new allowance.
If you want to give a customer access to a feature that isn’t present in the product they’re on, you can create a custom product with the new feature.
To apply a discount to a customer:
The discount will show up when a Checkout URL is generated for the customer via attach
, or from their next invoice.
You can update a customer’s basic information through either the dashboard or API:
You can also update a customer’s properties via the API, useful for when a customer changes their details in your application.
To delete a customer:
Deleting a customer will not delete it in Stripe. If they have existing subscriptions, you should cancel them from Stripe if needed.