Skip to main content
POST
Creates a new recipient for split payment scenarios. This endpoint allows merchants to define recipients that can receive portions of payments in marketplace or split payment models.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Body

application/json
account_id
string
required

Unique id of the account in Yuno (MAX 64; MIN 36).

Example:

"9104911d-5df9-429e-8488-ad41abea1a4b"

merchant_recipient_id
string
required

Unique identifier of the recipient defined by the merchant (MAX 255; MIN 1).

Example:

"AAAA01"

national_entity
enum<string>
required

Beneficiary's national entity type. Could be INDIVIDUAL or ENTITY.

Available options:
INDIVIDUAL,
ENTITY
Example:

"INDIVIDUAL"

first_name
string
required

Beneficiary's name. (MAX 80; MIN 1).

Example:

"John"

last_name
string
required

Beneficiary's last name. (MAX 80; MIN 1).

Example:

"Doe"

country
string
required

The Beneficiary's country (ISO 3166-1 MAX 2; MIN 2).

Example:

"CO"

entity_type
enum<string>

The Beneficiary's type of organization. GOVERNMENTAL, PUBLIC, NON_PROFIT, PRIVATE

Available options:
GOVERNMENTAL,
PUBLIC,
NON_PROFIT,
PRIVATE
Example:

"PRIVATE"

date_of_birth
string

The Beneficiary's date of birth in the YYYY-MM-DD format (MAX 10; MIN 10).

Required string length: 10
Example:

"1990-02-28"

Beneficiary's name. (MAX 80; MIN 1) Only necessary when national entity is ENTITY.

Example:

"Arcos dorados S.A."

email
string

The Beneficiary's email (MAX 255; MIN 3).

Example:

"john.doe@email.com"

website
string

The seller's website URL (MAX 255; MIN 3).

Required string length: 3 - 255
Example:

"https://y.uno"

industry
string

The seller's industry (MAX 235; MIN 1). For more information access the Industry category reference page.

Required string length: 1 - 235
Example:

"VIRTUAL_GOODS"

merchant_category_code
string

MCC - The merchant category code (MAX 235; MIN 1).

document
object

Beneficiary's document information

phone
object

Specifies the customer's phone number object.

address
object

Address

split_configuration
object

Rules for automatic split calculation at the recipient level.

Owners/beneficials of the recipient. Required when national_entity = ENTITY.

withdrawal_methods
object

Withdrawal methods for the merchant

documentation
object[]

Array of documentation objects

onboardings
object[]

Array of onboarding objects for different payment providers

Response

Recipient created successfully

id
string

The unique identifier of the recipient.

Example:

"3aaa4d82-11e8-48ce-8ef5-04eee3a10802"

account_id
string

The account identifier associated with this recipient.

Example:

"fe14c7c6-c75e-43b7-bdbe-4c87ad52c482"

merchant_recipient_id
string

Unique identifier of the recipient defined by the merchant.

Example:

"MERCHANT_182acf1d-faeb-4ff0-94cd-7fab11b282f6"

national_entity
string

Beneficiary's national entity type.

Example:

"INDIVIDUAL"

entity_type
string

Beneficiary's type of organization.

Example:

"PRIVATE"

first_name
string

Beneficiary's name.

Example:

"Juan"

last_name
string

Beneficiary's last name.

Example:

"Perez"

Beneficiary's legal name.

Example:

null

email
string

The Beneficiary's email.

Example:

"juan.perez@example.com"

date_of_birth
string

Beneficiary's date of birth.

Example:

"1990-01-15"

country
string

The Beneficiary's country.

Example:

"CO"

website
string

The seller's website URL.

Example:

"https://juanperez.com"

industry
string

The seller's industry.

Example:

"Technology"

merchant_category_code
string

The merchant category code (MCC) (MAX 235; MIN 1).

Example:

"5734"

document
object
phone
object
address
object
withdrawal_methods
object
documentation
object[]
onboardings
object[]
split_configuration
object

Rules for automatic split calculation at the recipient level.

created_at
string<date-time>

Recipient creation date (ISO 8601 MAX 27; MIN 27).

Example:

"2025-08-27T15:41:19.497413Z"

updated_at
string<date-time>

Last Recipient updated date (ISO 8601 MAX 27; MIN 27).

Example:

"2025-08-27T15:41:19.497425Z"