---
title: "Create an Account object"
method: POST
path: "/rest/accounts"
tags: ["Accounts"]
---

# Create an Account object

`POST /rest/accounts`

Create an account object to store a person's bank or card information as a destination for funds.

## Response `200`

Returns the account object.

## Other responses

- `400` — The request contained an error
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `500` — Unexpected error occured

---

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