v1
latestOpenAPI 3.1.02026-07-228956435.8 KBEntities
Create entity
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.
post/entities
Request body
Example request
{
"country_code": "MX",
"holder_name": "Test Entity 1",
"holder_id": "AAA010101AAA"
}Response
The created entity.
Example response
{
"id": "ent_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"country_code": "mx",
"holder_id": "AAA010101AAA",
"holder_name": "Test Entity 1",
"is_root": true,
"mode": "test",
"status": "operational"
}