Create Profile
Profiles
Create Profile
Create a new profile for managing CFDI invoices
POST
Create Profile
Authentication
This endpoint requires authentication using a JWT token in the Authorization header.Request Body
string
required
Name of the profile or business entity
string
required
RFC (Registro Federal de Contribuyentes) - Mexican tax identification number. Must be valid according to SAT format rules.
enum
required
Type of taxpayer entity:
FISICA: Individual taxpayer (Persona Física)MORAL: Corporation or legal entity (Persona Moral)
string[]
Array of tax regime codes applicable to this profile. These are official SAT regime codes (e.g., “601”, “603”, “605”).
object
Configuration object for validation rules to enable for this profile
boolean
Validate RFC on income invoices
boolean
Validate RFC on expense invoices
boolean
Validate tax regime matches profile configuration
boolean
Check for duplicate invoice UUIDs
boolean
Block invoice processing if RFC doesn’t match
boolean
Block invoice processing if tax regime doesn’t match
Response
string
required
Success message confirming profile creation
Profile
required
The created profile object
string
required
Unique identifier for the newly created profile
string
required
ID of the user who owns this profile
string
required
Name of the profile or business entity
string
required
RFC (Registro Federal de Contribuyentes)
enum
required
Type of taxpayer entity (
FISICA or MORAL)string[]
required
Array of tax regime codes
object
required
Configuration object for validation rules
string
required
ISO 8601 timestamp of when the profile was created
string
required
ISO 8601 timestamp of when the profile was last updated
boolean
Whether the profile is frozen
enum
Reason why the profile is frozen
string | null
ISO 8601 timestamp of when the profile was frozen