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

# Show Wallet Account BPAY Details

`GET /wallet_accounts/{id}/bpay_details`

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

## Path parameters

- `id` string, required

## Response `200`

OK

- WalletAccountBpayDetails
  - `id` string, uuid
  - `bpay_details` object
    - `biller_code` string
    - `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)
