---
title: "Fetch Beneficiary by Id"
method: GET
path: "/ledger/fiat-beneficiaries/{beneficiaryId}"
tags: ["ledger-beneficiaries"]
---

# Fetch Beneficiary by Id

`GET /ledger/fiat-beneficiaries/{beneficiaryId}`

This operation allows the client to fetch a beneficiary by its Id

## Path parameters

- `beneficiaryId` string, uuid, required

## Response `200`

Beneficiary fetched

- Beneficiary — Fiat beneficiary object
  - `id` string, uuid, required — Beneficiary identifier
  - `accountNumber` string, required — Beneficiary account number, for international payments like SEPA, this is the IBAN
  - `accountName` string, required — Beneficiary account name
  - `currency` string, required
  - `beneficiaryType` string — Discriminator value for beneficiary type. Allowed values include: - BeneficiaryLocalBankAccount - BeneficiarySepaBankAccount - BeneficiaryACHBankAccount - BeneficiarySwiftBankAccount - BeneficiaryMobileWalletAccount
  - `isThirdParty` boolean — Flag to indicate if the beneficiary is a third party
  - `accountHolderType` 'INDIVIDUAL' | 'BUSINESS', required

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request
- `403` — Expected permission is not available.
- `default` — Internal Server Error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
