---
title: "Get offramp account"
method: GET
path: "/ledger/offramp-accounts/{offrampAccountId}"
tags: ["ledger-offramp accounts"]
---

# Get offramp account

`GET /ledger/offramp-accounts/{offrampAccountId}`

Get offramp account by offrampAccountId

## Path parameters

- `offrampAccountId` string, required

## Response `200`

Offramp account details

- OfframpAccount
  - `id` string, uuid, required — Unique identifier for the offramp account.
  - `beneficiary` Beneficiary, required — 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
  - `payoutCurrency` string, required
  - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED' — Status of the offramp account.
  - `createdDate` string, date-time

## Other responses

- `401` — Client is not authorized to make request
- `404` — Entity was not found

---

[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/versions/29661adc1ffc/schema)
