Skip to main content
The Recipient object represents a sub-merchant, seller, or payee in a marketplace or split-payment setup. Recipients must be onboarded (KYC/KYB) before they can receive funds. Yuno manages the onboarding flow and fund distribution based on your split configuration.
Onboarding required. Recipients must complete the onboarding process before they can receive payments. Use the Transfer Onboarding endpoint to generate the onboarding link, then track progress via onboarding_status.

Object Fields

string
Yuno’s unique identifier for this recipient (UUID).Example: rcp_1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d
string
Your internal identifier for this recipient, used for reconciliation between your system and Yuno.Example: seller-augusta-shop-001
string
The country where the recipient operates. ISO 3166-1 alpha-2 code. Determines onboarding requirements and payout rails.Example: US
string
The recipient’s full legal name (individual) or business name (company).Example: Augusta Shop LLC
string
The recipient’s contact email. Used for onboarding communications and payout notifications.Example: finance@augusta-shop.com
object
The recipient’s identification document. Required for KYC/KYB compliance.
object
The recipient’s bank account for receiving payouts.
string
Current operational status of the recipient.Values: ACTIVE, INACTIVE, SUSPENDEDExample: ACTIVE
string
Current status of the recipient’s KYC/KYB onboarding process.Values: PENDING, IN_PROGRESS, COMPLETED, REJECTED, REQUIRES_ACTIONExample: COMPLETED
string
ISO 8601 timestamp of when the recipient was created.Example: 2026-01-15T10:30:00.000Z

Example

Onboarding Lifecycle

Recipients with onboarding_status other than COMPLETED cannot receive fund splits. Payments involving incomplete recipients will hold funds until onboarding is finished.
  • Marketplaces. How split payments and fund distribution work
  • Payouts. How recipients receive their funds
  • KYC/KYB. Onboarding requirements by country