---
title: "Request standard financial statement for a user"
method: POST
path: "/standard-financial-statements"
tags: ["standard-financial-statements"]
---

# Request standard financial statement for a user

`POST /standard-financial-statements`

Requires **standard_financial_statement:write** and **standard_financial_statement:read** scopes.

## Request body

- StandardFinancialStatementsPost
  - `externalUserId` string — Your reference ID for the user or individual standard financial statement. The same value could be assigned to all statements created as part of the same collections lifecycle, for example
  - `name` string — The full name of the user to whom the standard financial statement application applies
  - `email` string — The email address of the user to whom the standard financial statement applies

## Response `200`

Successful Standard Financial Statement Response

- object
  - `data` object
    - `id` string, required — The standard financial statement ID
    - `status` 'pending', required — Whether the report is 'complete', 'pending' or 'failed'. This will always be 'pending' when using this endpoint.
  - `links` Links
    - `next` string, uri — The url to retrieve the next page of results from
    - `prev` string, uri — The url to retrieve the previous page of results from
    - `self` string, uri, required — The url of the current resource(s)
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

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