cURL
curl --request GET \ --url https://api.daya.co/v1/recipients/{id} \ --header 'X-Api-Key: <x-api-key>'
{ "id": "750e8400-e29b-41d4-a716-446655440000", "type": "BANK_ACCOUNT", "first_name": "John", "last_name": "Doe", "bank_account": { "account_number": "1234567890", "account_name": "John Doe", "bank_code": "044", "bank_name": "Access Bank" }, "crypto_address": null, "created_at": "2026-01-05T15:04:05Z" }
Retrieve a single payout recipient by ID
750e8400-e29b-41d4-a716-446655440000
curl --request GET \ --url https://api.daya.co/v1/recipients/750e8400-e29b-41d4-a716-446655440000 \ --header 'X-Api-Key: YOUR_API_KEY'
BANK_ACCOUNT
CRYPTO_ADDRESS
type
null
Show bank_account properties
Show crypto_address properties
USDC
USDT
{ "error": { "code": "validation_failed", "message": "Invalid UUID format" } }