---
title: "Fetch Beneficiary Details v1"
method: GET
path: "/v1/beneficiaries/details"
tags: ["Beneficiaries"]
---

# Fetch Beneficiary Details v1

`GET /v1/beneficiaries/details`

Retrieve detailed information for a specific beneficiary

## Query parameters

- `customer_id` string, uuid, required
- `beneficiary_id` string, uuid, required

## Response `200`

Beneficiary details retrieved successfully

- object
  - `data` object
    - `id` string, uuid
    - `customer_id` string, uuid
    - `active` boolean
    - `country_code` string
    - `first_name` string
    - `last_name` string
    - `business_name` string
    - `type` 'INDIVIDUAL' | 'BUSINESS'
    - `nationality` string
    - `email` string, email
    - `phone` string
    - `method` 'BANK' | 'E_WALLET'
    - `currency` string
    - `account_number` string
    - `refund_wallet_address` string
    - `developer_fee_fixed` number
    - `developer_fee_percentage` number
    - `liquidation_address` string
    - `auto_settlement` boolean
    - `source_currency` string
    - `source_chain` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Authentication failed due to invalid credentials
- `404` — Resource not found

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/revisions/6e69503ee7b8/schema)
