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
Yuno’s unique identifier for this recipient (UUID).Example:
rcp_1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6dYour internal identifier for this recipient, used for reconciliation between your system and Yuno.Example:
seller-augusta-shop-001The country where the recipient operates. ISO 3166-1 alpha-2 code. Determines onboarding requirements and payout rails.Example:
USThe recipient’s full legal name (individual) or business name (company).Example:
Augusta Shop LLCThe recipient’s contact email. Used for onboarding communications and payout notifications.Example:
finance@augusta-shop.comThe recipient’s identification document. Required for KYC/KYB compliance.
The recipient’s bank account for receiving payouts.
Current operational status of the recipient.Values:
ACTIVE, INACTIVE, SUSPENDEDExample: ACTIVECurrent status of the recipient’s KYC/KYB onboarding process.Values:
PENDING, IN_PROGRESS, COMPLETED, REJECTED, REQUIRES_ACTIONExample: COMPLETEDISO 8601 timestamp of when the recipient was created.Example:
2026-01-15T10:30:00.000ZExample
Onboarding Lifecycle
| Status | Description |
|---|---|
PENDING | Recipient created but onboarding not yet started. |
IN_PROGRESS | Recipient has started the onboarding flow but has not completed all steps. |
REQUIRES_ACTION | Additional information or documents are needed from the recipient. Use Continue Onboarding to resume. |
COMPLETED | Onboarding is complete. The recipient can receive payouts. |
REJECTED | Onboarding was rejected due to KYC/KYB failure. Review the reason and update the recipient’s information before retrying. |
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