There is also a public version of this endpoint at
GET /api/subscription/public-plans that doesn’t require authentication, useful for displaying pricing on landing pages.Authentication
Requires a valid JWT token in the Authorization header.Query Parameters
Billing frequency to display prices for: “monthly” or “annual”. Annual billing shows discounted prices.
Response
Array of available subscription plans.
Plan identifier: “FREE”, “BASIC”, “PRO”, or “ENTERPRISE”.
Plan name.
Plan price in MXN. For annual billing, this is the total annual price.
Original price before annual discount (only present for annual billing).
Billing frequency: “monthly” or “annual”.
Number of trial days available for this plan (30 for BASIC and PRO, null for others).
Feature limits for this plan.
Maximum number of profiles (null = unlimited).
Maximum invoices per month (null = unlimited).
Maximum expenses per month (null = unlimited).
PDF export enabled.
Excel export enabled.
Report level: “basic”, “complete”, or “advanced”.
Support level: “none”, “email”, “priority”, or “dedicated”.
API access enabled.
SAT catalog basic searches per month (null = unlimited).
SAT catalog AI-powered searches per month (null = unlimited).
Maximum results per SAT search (null = unlimited).
AI explanations for SAT suggestions.
Search history enabled.
Favorites feature enabled.
Tax alerts enabled.
Learning by RFC enabled.
Advanced ranking algorithm enabled.
The billing frequency for the returned prices: “monthly” or “annual”.
Plan Comparison
FREE Plan
- Price: $0 MXN/month
- Profiles: 1
- Invoices/Expenses: Unlimited
- Exports: None
- Reports: Basic
- Support: None
- API Access: No
- SAT AI Searches: 5/month
- SAT Results: Up to 2
BASIC Plan
- Price: 2,999 MXN/year)
- Profiles: 5
- Invoices/Expenses: Unlimited
- Exports: PDF only
- Reports: Complete
- Support: Email
- API Access: No
- Public Reports: Yes (10 active tokens)
- SAT AI Searches: 100/month
- SAT Results: Up to 5
- Trial: 30 days
PRO Plan
- Price: 7,999 MXN/year)
- Profiles: 20
- Invoices/Expenses: Unlimited
- Exports: PDF + Excel
- Reports: Advanced
- Support: Priority
- API Access: Yes
- Public Reports: Yes (50 active tokens)
- SAT Download: Yes (FIEL)
- SAT AI Searches: Unlimited
- SAT Results: Unlimited
- All SAT Features: Yes
- Trial: 30 days
ENTERPRISE Plan
- Price: 14,999 MXN/year)
- Profiles: Unlimited
- Invoices/Expenses: Unlimited
- Exports: PDF + Excel
- Reports: Advanced
- Support: Dedicated
- API Access: Yes
- Public Reports: Unlimited tokens
- SAT Download: Yes (FIEL)
- SAT AI Searches: Unlimited
- SAT Results: Unlimited
- All SAT Features: Yes
Example Request (Monthly)
cURL
Example Request (Annual)
cURL
Example Response
Error Responses
Unauthorized - Invalid or missing JWT token.
Internal server error.
Public Endpoint
For unauthenticated access (e.g., pricing page), use:cURL