---
title: "Show BPay Account"
method: GET
path: "/bpay_accounts/{id}"
tags: ["BPay Accounts"]
---

# Show BPay Account

`GET /bpay_accounts/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

OK

- BpayAccount
  - `bpay_accounts` object
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `id` string, uuid
    - `currency` string
    - `verification_status` 'verified' | 'not_verified'
    - `bpay_details` object
      - `account_name` string — Name assigned by the platform/marketplace to identify the account (similar to a nickname)
      - `biller_code` integer
      - `biller_name` string — Name of the biller as registered in BPay
      - `crn` integer
    - `links` object
      - `self` string
      - `users` 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/revisions/60b528b2e015/schema)
