Create Recipient
Creates a new payout recipient.
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Body
Your internal recipient identifier
"seller-001"
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$"BR"
Recipient name
"Carlos Oliveira"
"carlos@example.com"
Customer's identification document. Both fields are required when the document object is sent. Yuno does not enforce a fixed enum on document_type; pass the local code expected by the destination payment method.
{
"document_type": "CPF",
"document_number": "12345678901"
}
Response
Recipient created successfully
"d1e2f3a4-b5c6-7d8e-9f0a-1b2c3d4e5f6a"
"seller-001"
"BR"
"Carlos Oliveira"
"carlos@example.com"
Customer's identification document. Both fields are required when the document object is sent. Yuno does not enforce a fixed enum on document_type; pass the local code expected by the destination payment method.
{
"document_type": "CPF",
"document_number": "12345678901"
}
"2026-03-01T09:00:00.000Z"