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-1e2f3a4b5c6dstring
Your internal identifier for this recipient, used for reconciliation between your system and Yuno.Example:
seller-augusta-shop-001string
The country where the recipient operates. ISO 3166-1 alpha-2 code. Determines onboarding requirements and payout rails.Example:
USstring
The recipient’s full legal name (individual) or business name (company).Example:
Augusta Shop LLCstring
The recipient’s contact email. Used for onboarding communications and payout notifications.Example:
finance@augusta-shop.comobject
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: ACTIVEstring
Current status of the recipient’s KYC/KYB onboarding process.Values:
PENDING, IN_PROGRESS, COMPLETED, REJECTED, REQUIRES_ACTIONExample: COMPLETEDstring
ISO 8601 timestamp of when the recipient was created.Example:
2026-01-15T10:30:00.000ZExample
Onboarding Lifecycle
Related Endpoints
- Create Recipient.
POST /v1/recipients - Get Recipient.
GET /v1/recipients/{recipient_id} - List Recipients.
GET /v1/recipients - Update Recipient.
PATCH /v1/recipients/{recipient_id} - Delete Recipient.
DELETE /v1/recipients/{recipient_id} - Transfer Onboarding.
POST /v1/recipients/{recipient_id}/onboarding - Continue Onboarding.
POST /v1/recipients/{recipient_id}/onboarding/continue
Related Concepts
- Marketplaces. How split payments and fund distribution work
- Payouts. How recipients receive their funds
- KYC/KYB. Onboarding requirements by country