---
title: "Open Account"
method: POST
path: "/account/open"
---

# Open Account

`POST /account/open`

## Headers

- `content-type` string

## Request body

- object
  - `accountName` string
  - `accountTypeId` string
  - `address` string
  - `bvn` string
  - `city` string
  - `country` string
  - `customerId` string
  - `dateOfBirth` string
  - `email` string
  - `firstName` string
  - `localGovernment` string
  - `nationality` string
  - `nextOfKin` string
  - `nextOfKinEmail` string
  - `nextOfKinName` string
  - `nextOfKinPhone` string
  - `nextOfKinRelationship` string
  - `otherName` string
  - `phone` string
  - `surname` string

## Response `200`

200

- object[]
  - `accountNumber` string
  - `customerId` string

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/openbanking/apis/open-banking-api.md) · [All operations](https://skmtc.net/openbanking/apis/open-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbanking/open-banking-api/revisions/a60a6fb5a898/schema)
