Billing overview
All billing is managed at the organization level. You cannot share billing information between different Aiven organizations.Payment Methods
- Credit cards (Visa, Mastercard, Amex)
- Bank transfers
- AWS Marketplace
- Google Cloud Marketplace
- Azure Marketplace
Billing Cycle
- Hourly billing - Pay only for actual usage
- Monthly invoices - Consolidated at billing group level
- No minimum commitment - Start and stop services anytime
- No hidden fees - Backups and regional data transfer included
To access billing information, you must be an Organization Admin or have the
organization:billing:read or organization:billing:write permission.Billing groups
Billing groups store payment details in one place, allowing you to use the same payment method, billing address, and contacts across multiple projects.What’s in a billing group?
Billing group benefits
- Consolidated invoices - One invoice per billing group covering all assigned projects
- Cost categorization - Group projects by department, environment, or cost center
- Simplified management - Update payment details once for multiple projects
- Automatic credits - Trial and promotional credits applied to all projects in the group
Creating billing groups
- Aiven Console
- Aiven CLI
- API
Configure settings
- Enter billing group name
- Add payment method
- Set billing address
- Add billing contacts
Organizing with billing groups
By Department
By Environment
Payment methods
Credit card payments
The most common payment method for Aiven services:Aiven uses PCI DSS compliant payment processors. Card details are never stored on Aiven servers.
Bank transfer
Available for customers with negotiated payment terms:- Net 30/60 terms - Available with approved credit
- Wire transfer details - Provided on invoices
- ACH/SEPA - Available in select regions
Contact your account team or [email protected] to set up bank transfer payments.
Marketplace subscriptions
Pay for Aiven through your existing cloud marketplace subscription:- AWS Marketplace
- GCP Marketplace
- Azure Marketplace
Subscribe
Find Aiven in AWS Marketplace
Marketplace subscriptions must be set up at the time of organization creation or by contacting Aiven support.
Service pricing
Aiven uses transparent, predictable pricing based on service plans:Understanding service costs
Base hourly rate
Each service plan has a fixed hourly rate that includes:
- Virtual machines and compute
- Storage (disk space)
- Automated backups
- Data transfer within the same region
- Maintenance and updates
Additional costs
- Cross-region data transfer - Charged by cloud provider rates
- Static IP addresses - Small hourly fee per IP
- Additional storage - Beyond plan’s included storage
- BYOC infrastructure - Billed separately by your cloud provider
Service plan tiers
Hobbyist
- Single node, no high availability
- Limited backups
- Best for: Development, testing, learning
- Starting at $10-15/month
Startup
- High availability with multiple nodes
- Full backup coverage
- Best for: Small production workloads
- Starting at $50-100/month
Business
- Enhanced performance and resources
- High availability
- Best for: Production workloads
- Starting at $200-500/month
Premium
- Maximum performance and resources
- Dedicated infrastructure options
- Best for: Mission-critical workloads
- Starting at $1,000+/month
Calculating monthly costs
Service costs are calculated per hour. If you run a service for only part of an hour, you’re charged for the full hour.
Invoices and reporting
Accessing invoices
Invoice details
Each invoice includes:- Billing period - Start and end dates
- Breakdown by project - Costs separated by project
- Breakdown by service - Individual service charges
- Service type - PostgreSQL, Kafka, Redis, etc.
- Hours used - Actual hours each service ran
- Applied credits - Any promotional or trial credits
- Total amount - Final amount charged
Cost breakdown API
Export detailed cost information for business intelligence tools:Use the Invoice API to integrate cost data with your accounting or BI systems.
Credits and trials
Trial credits
New Aiven accounts receive trial credits:- $300 credit - For new signups (amount may vary by region)
- 30-60 days - Credits expire after promotional period
- Automatic application - Applied to billing group automatically
- No credit card required - Start using services immediately
Promotional credits
Aiven occasionally offers promotional credits:- Event credits - From conference attendance or partnerships
- Referral credits - For referring new customers
- Migration credits - When migrating from other platforms
Credits are automatically applied to charges for any project assigned to the billing group. Credits cannot be transferred between billing groups or organizations.
Tax information
Value Added Tax (VAT)
- EU customers - VAT charged unless valid VAT ID provided
- Reverse charge - Available for EU businesses with VAT ID
- Rate varies - Based on billing address country
Sales tax
- US customers - Sales tax charged based on state regulations
- State-specific - Rates vary by billing address
Updating tax information
Billing permissions
Control who can view and manage billing with granular permissions:View billing - Read-only access to:
- All billing groups
- Payment methods (masked)
- Invoices and cost breakdowns
- Billing addresses
Manage billing - Full access to:
- Create, edit, delete billing groups
- Add, update, remove payment methods
- Edit billing and shipping addresses
- View and download invoices
Organization Admin and Super Admin roles have full billing access by default.
Best practices
Use multiple billing groups
Separate costs by department, environment, or cost center for better tracking and chargeback
Set up billing contacts
Add multiple email addresses to ensure billing notifications reach the right people
Right-size services
Regularly review service plans and scale down unused or over-provisioned services
Troubleshooting
Cannot create services in project
Cannot create services in project
Cause: Project not assigned to a billing group or payment method expiredSolution:
- Verify project has a billing group:
avn project get --project my-project - Check billing group payment method is valid
- Update payment method if expired
Invoice shows unexpected charges
Invoice shows unexpected charges
Cause: Services running longer than expected or additional features enabledSolution:
- Review cost breakdown in invoice
- Check service uptime:
avn service list --project my-project - Verify no unwanted services are running
- Contact support if charges still unclear
Credits not applying
Credits not applying
Cause: Credits assigned to different billing group or expiredSolution:
- Verify credits:
avn billing-group credits-list --billing-group-id <ID> - Check credit expiration dates
- Ensure project is in correct billing group
Payment declined
Payment declined
Cause: Insufficient funds, card expired, or fraud preventionSolution:
- Update payment method with valid card
- Contact your bank if card should work
- Try alternative payment method
- Contact Aiven support for payment plan options
Next steps
Organizations & Projects
Learn how to organize projects for cost allocation
Users & Permissions
Grant billing permissions to finance team
Service Integrations
Set up cost monitoring with metrics integrations
Aiven API
Automate billing and cost reporting