Crear una entidad
Creates an entity in your organization for the mode (live or test) of the API key used. An entity is a legal holder of accounts. Returns the created entity.
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Cuerpo
ISO 3166-1 alpha-2 country code of the entity. Use MX for a Mexican entity, or another code such as US for a foreign entity.
"MX"
Legal name of the entity owner.
"Test Entity 1"
Mexican tax ID (RFC) of the entity owner, without dots or hyphens. Required for a Mexican entity (country_code is MX). For a foreign entity, omit this field or send the generic foreign RFC XEXX010101000; Fintoc rejects any other value. Must be unique within your organization, except the generic foreign RFC XEXX010101000, which can repeat across foreign entities.
"AAA010101AAA"
Respuesta
The created entity.
Unique identifier of the entity.
"ent_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Type of the object. Always entity.
ISO 3166-1 alpha-2 country code of the entity, in lowercase, or null when not set. For example, cl or mx.
"mx"
Mexican tax ID (RFC) of the entity owner, without dots or hyphens. For a foreign entity, the value is the generic foreign RFC XEXX010101000.
"AAA010101AAA"
Legal name of the entity owner.
"Test Entity 1"
Whether this entity is your organization's root entity.
true
Whether the entity belongs to live or test data. One of live or test.
live, test "test"
Current status of the entity. One of draft, under_review, pending_signature, canceled, waiting_initialization, operational, rejected, or paused.
draft, under_review, pending_signature, canceled, waiting_initialization, operational, rejected, paused "operational"