Banking as a Service
Create Entity
Register an individual or business entity for BaaS operations
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"
}
{
"code": "VALIDATION_ERROR",
"messages": ["national_entity is required"],
"http_code": 400
}
{
"code": "DUPLICATE_ENTITY",
"messages": ["Entity with merchant_entity_id already exists"],
"http_code": 409
}
Headers
string
required
Unique UUID to ensure the request is processed only once.
Body
string
required
The unique identifier of the merchant’s Yuno account (UUID, 36 characters).
string
required
The merchant’s own identifier for this entity, used for reconciliation.
string
required
Type of entity. Values:
INDIVIDUAL, ENTITY.object
required
object
required
object
required
Contains either
individual or entity details based on national_entity type.Show entity_detail. Individual
Show entity_detail. Individual
string
required
First name.
string
required
Last name.
string
required
Email address.
string
required
Date of birth in
YYYY-MM-DD format.string
M or F.string
ISO 3166-1 alpha-2 country code.
array
Array of tax identifiers. Each item includes
country, tax_id, tax_id_type (SSN, EIN, ITIN, VAT, ABN, NIF, TIN, OTHER), and is_primary.Response
string
Entity identifier.
string
Associated Yuno account.
string
Merchant’s reconciliation identifier.
string
INDIVIDUAL or ENTITY.object
Phone details.
object
Address details.
object
Individual or business details.
string
ISO 8601 timestamp.
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"
}
{
"code": "VALIDATION_ERROR",
"messages": ["national_entity is required"],
"http_code": 400
}
{
"code": "DUPLICATE_ENTITY",
"messages": ["Entity with merchant_entity_id already exists"],
"http_code": 409
}
⌘I
{
"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"
}
{
"code": "VALIDATION_ERROR",
"messages": ["national_entity is required"],
"http_code": 400
}
{
"code": "DUPLICATE_ENTITY",
"messages": ["Entity with merchant_entity_id already exists"],
"http_code": 409
}