Skip to main content
GET
List recipients
The merchant_recipient_id query parameter is required when listing recipients.

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Query Parameters

merchant_recipient_id
string
required

The merchant-assigned recipient identifier to filter by

limit
integer
default:20

Maximum number of results to return

Required range: x <= 100
starting_after
string

Cursor for forward pagination. Pass the ID of the last item from the previous page.

ending_before
string

Cursor for backward pagination

Response

200 - application/json

List of recipients

id
string<uuid>
Example:

"d1e2f3a4-b5c6-7d8e-9f0a-1b2c3d4e5f6a"

merchant_recipient_id
string
Example:

"seller-001"

country
string
Example:

"BR"

name
string
Example:

"Carlos Oliveira"

email
string<email>
Example:

"carlos@example.com"

document
object

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.

Example:
bank_account
object
created_at
string<date-time>
Example:

"2026-03-01T09:00:00.000Z"