Retrieve a fiscal profile
Fetch one fiscal profile by id. Returns the CSD public metadata (serial, validity, RFC) and manifest status — never the private key.
Authorizations
API key: Authorization: Bearer sk_test_... or sk_live_....
Headers
Pin a dated API release (Stripe-style). Omit to use the current version. An unknown value returns 400 request.invalid_version. Echoed back on every response.
"2026-07-10"
Connect: act on behalf of one of your connected accounts (its acct_…/org_… id). Omit to act as your own organization. Not honored on /v1/api_keys.
"org_2P9connectedacct"
Path Parameters
Fiscal-profile id, e.g. "fp_2P9K3sample".
1Response
Default Response
Always "fiscal_profile".
fiscal_profile Fiscal-profile id, e.g. "fp_2P9K3sample".
Issuer RFC, derived from the CSD certificate.
Issuer legal name (razón social).
c_RegimenFiscal code of the issuer, e.g. "601".
Issuer fiscal-domicile ZIP (LugarExpedicion).
Public metadata of the stored CSD (never the private key).
Derived readiness state. "requires_action": the carta manifiesto is not yet signed, so this profile CANNOT stamp CFDIs. "active": the manifiesto is signed and the profile is authorized to stamp for its RFC. Derived from manifest_status at serialization time.
requires_action, active True when a FIEL (e.firma) is stored (used to sign the carta manifiesto and for descarga masiva).
Carta-manifiesto signing state.
pending_signature, signed When the carta manifiesto was signed (ISO-8601 UTC), or null if unsigned.
Actions to make this profile active (identical content to pending_actions). Empty when active.
Outstanding actions before this profile can stamp CFDIs (identical content to next_actions). Empty when active.
Integrator-owned key-value map echoed back.
PDF accent color (#RRGGBB), or null if unset.
Whether a PDF logo is stored (the raw data URL is not echoed to keep responses small).
True if this profile was created with a live-mode key.
Creation timestamp, ISO-8601 UTC.
Last-update timestamp, ISO-8601 UTC.