Payouts
Retrieve Payout by Merchant Reference
Retrieves a payout using the merchant’s external reference identifier.
GET
Get payout by merchant reference
This endpoint may require UUID format for the reference parameter. Verify the correct format for your use case.
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Path Parameters
The merchant-assigned payout reference
Response
Payout details
Example:
"e2f3a4b5-c6d7-8e9f-0a1b-2c3d4e5f6a7b"
Current payout status
Available options:
SUCCEEDED, PENDING, FAILED, CANCELLED Example:
"PENDING"
Example:
{ "currency": "BRL", "value": 100 }
Example:
"BR"
Example:
"d1e2f3a4-b5c6-7d8e-9f0a-1b2c3d4e5f6a"
Example:
"payout-ref-001"
Example:
"2026-03-01T16:00:00.000Z"
Get payout by merchant reference