Credit System
Fincept uses a credit-based system where each API call consumes credits based on computational complexity. This guide explains how credits work, when they’re deducted, and how to manage your balance.How Credits Work
Credit as Currency
Credits are the unit of payment for API calls:| Tier | Credits per Request | Computational Cost |
|---|---|---|
| Free | 0 | Lightweight utilities |
| Basic | 1 | Simple calculations |
| Standard | 2 | Moderate complexity |
| Pro | 5 | Advanced models & ML |
Deduction Timing
Credits are only deducted on successful requests. Failed requests cost nothing!
What Counts as Success?
Credits Deducted (200 OK):New User Credits
Free Account Bonus
Every registered account gets: 350 Credits that NEVER EXPIRE- Unlimited Free tier calls (0 credits each)
- 350 Basic tier calls (1 credit each)
- 175 Standard tier calls (2 credits each)
- 70 Pro tier calls (5 credits each)
- Or any combination!
Guest Account Credits
50 Credits for 24-hour testing:Checking Your Balance
View Current Balance
Usage History
Track credit consumption over time:Credit Deduction Logic
Database-Level Protection
Credits cannot go negative - system prevents overdraft:Insufficient Credits Error
Race Condition Protection
Multiple simultaneous requests are handled safely:Credit Expiry
Never Expire
Free account signup credits (350) One-time credit purchases Unused subscription credits carry forward (if subscription active)Monthly Expiry
Subscription credits refresh monthly:After Subscription Ends
Topping Up Credits
Buy One-Time Credits
Subscribe for Monthly Credits
Credit Optimization
1. Use Free Tier When Possible
Many utility functions cost 0 credits:2. Choose Right Tier
Don’t overpay for simple operations: Bad (5 credits):3. Batch Operations
Design workflows to minimize API calls: Inefficient (10 credits):4. Cache Results
Store frequently used results locally:Transaction History
View all credit movements:FAQs
Do credits rollover to next month?
Do credits rollover to next month?
Subscription credits: No, they reset monthlyOne-time credits: Yes, they never expire
What happens if I run out?
What happens if I run out?
API calls fail with 402 error. Purchase more credits to continue.
Are failed requests charged?
Are failed requests charged?
No! Only successful requests (200 OK) consume credits.
Can I get a refund for unused credits?
Can I get a refund for unused credits?
No, credits are non-refundable once purchased.
How do I track credit usage?
How do I track credit usage?
Use
/user/usage endpoint for detailed analytics by endpoint and time period.Can credits go negative?
Can credits go negative?
No, the system prevents negative balances. Requests fail if insufficient credits.
Do enterprise accounts use credits?
Do enterprise accounts use credits?
Enterprise accounts have unlimited access without credit deduction (custom pricing).
Next Steps
Subscription Plans
Compare monthly subscription options
Pricing Overview
Complete pricing information
Billing FAQ
Common billing questions
Tier System
Understand tier access control
