---
title: "Show Wallet Account NPP Details"
method: GET
path: "/wallet_accounts/{id}/npp_details"
tags: ["Wallet Accounts"]
---

# Show Wallet Account NPP Details

`GET /wallet_accounts/{id}/npp_details`

Show NPP details of a specific **Wallet Account** using a given `:id.`

## Path parameters

- `id` string, required

## Response `200`

OK

- WalletAccountNppDetails
  - `id` string, uuid
  - `npp_details` object
    - `pay_id` string
    - `marketplace_pay_ids` object[]
      - `pay_id` string
      - `type` 'emal' | 'aubn' | 'orgn'
    - `reference` string
    - `amount` string
    - `currency` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
