Skip to main content
POST
Create a Yuno entity representing an individual or organization. Set national_entity to INDIVIDUAL or ENTITY and provide the corresponding entity_detail sub-object. See Entity types for details. Sensitive fields like tax_id and document_number are masked in responses (only last 4 digits returned).

Authorizations

public-api-key
string
header
required
private-secret-key
string
header
required

Headers

x-idempotency-key
string
required

Unique identifier used in HTTP headers to ensure that a request is processed only once, even if it is retried due to network issues or timeouts. See authentication for details (UUID).

Body

application/json
account_id
string
required

The unique identifier of the merchant's Yuno account. Found on the Yuno dashboard (UUID, 36 characters).

Example:

"550e8400-e29b-41d4-a716-446655440000"

merchant_entity_id
string
required

The merchant's own identifier for this entity, used for reconciliation.

Example:

"merchant_user_12345"

national_entity
enum<string>
required

The type of entity being created.

Available options:
INDIVIDUAL,
ENTITY
Example:

"INDIVIDUAL"

phone
object
required

The entity's phone number.

address
object
required

The entity's primary address.

entity_detail
object
required

The detailed information for the entity. Provide either individual or entity based on the national_entity value.

Response

Created (Individual)

id
string
Example:

"ent_770e8400-e29b-41d4-a716-446655440000"

account_id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

merchant_entity_id
string
Example:

"merchant_company_789"

national_entity
string
Example:

"ENTITY"

phone
object
address
object
entity_detail
object
created_at
string
Example:

"2026-02-01T10:00:00Z"

updated_at
string
Example:

"2026-02-01T10:00:00Z"