---
title: "Create BPay Account"
method: POST
path: "/bpay_accounts"
tags: ["BPay Accounts"]
---

# Create BPay Account

`POST /bpay_accounts`

Create a **BPay Account** to be used as a Disbursement destination.

## Request body

- BpayAccountRequestBody
  - `user_id` string, required — User ID
  - `account_name` string, required — Name assigned by the platform/marketplace to identify the account (similar to a nickname)
  - `biller_code` integer, required — The Biller Code for the biller that will receive the payment. The Biller Code must be a numeric value with 3 to 10 digits.
  - `bpay_crn` string, required — Customer reference number (crn) to be used for this bpay account. The CRN must contain between 2 and 20 digits.

## Response `201`

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)
