Skip to main content
PATCH
Update Entity (Banking Connectivity)
Update an existing entity’s information. Only include the fields you want to change. The national_entity type cannot be changed after creation.

Authorizations

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

Path Parameters

entity_id
string
required

The id of the entity obtained from Create Entity.

Body

application/json
account_id
string
required

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

Example:

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

merchant_entity_id
string

The merchant's own identifier for this entity.

Example:

"merchant_user_12345"

phone
object

Updated phone number.

address
object

Updated address. Only include fields that need to change.

entity_detail
object

Updated entity details. Only include fields that need to change.

Response

OK

id
string

The unique identifier of the entity (prefixed ent_).

Example:

"ent_660e8400-e29b-41d4-a716-446655440000"

account_id
string

The merchant's Yuno account identifier.

Example:

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

merchant_entity_id
string

The merchant's own identifier for this entity.

Example:

"merchant_user_12345"

national_entity
enum<string>

The type of entity.

Available options:
INDIVIDUAL,
ENTITY
Example:

"INDIVIDUAL"

phone
object
address
object
entity_detail
object
created_at
string

The timestamp when the entity was created (ISO 8601).

Example:

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

updated_at
string

The timestamp when the entity was last updated (ISO 8601).

Example:

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