Skip to main content
POST
/
v1
/
baas
/
entities
{
  "account_id": "550e8400-e29b-41d4-a716-446655440000",
  "merchant_entity_id": "merchant_user_12345",
  "national_entity": "INDIVIDUAL",
  "phone": {
    "country_code": "+1",
    "number": "2025551234"
  },
  "address": {
    "address_line_1": "123 Main St",
    "city": "San Francisco",
    "state": "CA",
    "zip_code": "94102",
    "country": "US"
  },
  "entity_detail": {
    "individual": {
      "first_name": "Dee",
      "last_name": "Hock",
      "email": "dee@hock.example",
      "date_of_birth": "1990-01-15",
      "gender": "M",
      "country_of_residence": "US",
      "tax_information": [
        {
          "country": "US",
          "tax_id": "123456789",
          "tax_id_type": "SSN",
          "is_primary": true
        }
      ]
    }
  }
}
{
  "id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "account_id": "550e8400-e29b-41d4-a716-446655440000",
  "merchant_entity_id": "merchant_user_12345",
  "national_entity": "INDIVIDUAL",
  "phone": {
    "country_code": "+1",
    "number": "2025551234"
  },
  "address": {
    "address_line_1": "123 Main St",
    "city": "San Francisco",
    "state": "CA",
    "zip_code": "94102",
    "country": "US"
  },
  "entity_detail": {
    "individual": {
      "first_name": "Dee",
      "last_name": "Hock",
      "email": "dee@hock.example",
      "date_of_birth": "1990-01-15"
    }
  },
  "created_at": "2026-02-01T10:00:00Z",
  "updated_at": "2026-02-01T10:00:00Z"
}

Headers

x-idempotency-key
string
required
Unique UUID to ensure the request is processed only once.

Body

account_id
string
required
The unique identifier of the merchant’s Yuno account (UUID, 36 characters).
merchant_entity_id
string
required
The merchant’s own identifier for this entity, used for reconciliation.
national_entity
string
required
Type of entity. Values: INDIVIDUAL, ENTITY.
phone
object
required
address
object
required
entity_detail
object
required
Contains either individual or entity details based on national_entity type.

Response

id
string
Entity identifier.
account_id
string
Associated Yuno account.
merchant_entity_id
string
Merchant’s reconciliation identifier.
national_entity
string
INDIVIDUAL or ENTITY.
phone
object
Phone details.
address
object
Address details.
entity_detail
object
Individual or business details.
created_at
string
ISO 8601 timestamp.
updated_at
string
ISO 8601 timestamp.
{
  "account_id": "550e8400-e29b-41d4-a716-446655440000",
  "merchant_entity_id": "merchant_user_12345",
  "national_entity": "INDIVIDUAL",
  "phone": {
    "country_code": "+1",
    "number": "2025551234"
  },
  "address": {
    "address_line_1": "123 Main St",
    "city": "San Francisco",
    "state": "CA",
    "zip_code": "94102",
    "country": "US"
  },
  "entity_detail": {
    "individual": {
      "first_name": "Dee",
      "last_name": "Hock",
      "email": "dee@hock.example",
      "date_of_birth": "1990-01-15",
      "gender": "M",
      "country_of_residence": "US",
      "tax_information": [
        {
          "country": "US",
          "tax_id": "123456789",
          "tax_id_type": "SSN",
          "is_primary": true
        }
      ]
    }
  }
}
{
  "id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "account_id": "550e8400-e29b-41d4-a716-446655440000",
  "merchant_entity_id": "merchant_user_12345",
  "national_entity": "INDIVIDUAL",
  "phone": {
    "country_code": "+1",
    "number": "2025551234"
  },
  "address": {
    "address_line_1": "123 Main St",
    "city": "San Francisco",
    "state": "CA",
    "zip_code": "94102",
    "country": "US"
  },
  "entity_detail": {
    "individual": {
      "first_name": "Dee",
      "last_name": "Hock",
      "email": "dee@hock.example",
      "date_of_birth": "1990-01-15"
    }
  },
  "created_at": "2026-02-01T10:00:00Z",
  "updated_at": "2026-02-01T10:00:00Z"
}