List Recipients
Returns a list of payout recipients. Requires merchant_recipient_id query parameter.
merchant_recipient_id query parameter is required when listing recipients.Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Query Parameters
The merchant-assigned recipient identifier to filter by
Maximum number of results to return
x <= 100Cursor for forward pagination. Pass the ID of the last item from the previous page.
Cursor for backward pagination
Response
List of recipients
"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"