---
title: "Create Expected Account"
method: POST
path: "/plug/expectedAccounts"
tags: ["Expected Accounts"]
---

# Create Expected Account

`POST /plug/expectedAccounts`

This endpoint allows you to create a new expected account in the Arcadia system.

## Headers

- `Arcadia-Version` string, required

## Request body

- PublicExpectedAccountRequest
  - `customData` object — The custom data for the expected account.
  - `expectedAccountNumber` string, required — An account identifier provided by the commodity provider (often times the bill publisher).
  - `providerId` string, required — The unique identifier of the utility service provider.

## Response `200`

Expected account successfully created

- PublicExpectedAccountResource, nullable
  - `createdAt` string, date-time, nullable, required — The timestamp when the expected account was created.
  - `createdBy` string, nullable, required — The user who created the expected account.
  - `customData` PublicCustomDataResource, required — You can use these fields to specify additional metadata.
  - `expectedAccountNumber` string, nullable, required — The expected account number associated with the expected account.
  - `id` string, required — A unique identifier for the expected account.
  - `lastModifiedAt` string, date-time, nullable, required — The timestamp when the expected account was last modified.
  - `lastModifiedBy` string, nullable, required — The user who last modified the expected account.
  - `normalizedExpectedAccountNumber` string, nullable, required — The normalized expected account number associated with the expected account.
  - `providerId` string, nullable, required — The provider ID associated with the expected account.
  - `providerName` string, nullable, required — The name of the utility service provider.

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Provider not found
- `409` — Expected account already exists

---

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