---
title: "Fund Account"
method: POST
path: "/accounts/simulator/fund"
---

# Fund Account

`POST /accounts/simulator/fund`

Funds an account with the specified amount.

## Request body

- object
  - `accountId` string — The `_id` of the account you wish to fund. Required if you wish to fund account using the id.
  - `amount` number, float, required — The amount to add to account.
  - `bankCode` string — The bank code of the specified account. Required if you wish to fund account using the account number.
  - `accountNumber` string — The number of the specified account. Required if you wish to fund account using the account number.

## Response `200`

Account funded successfully.

- object
  - `statusCode` integer — Status code of the response. `200` indicates a successful request.
  - `message` string — Human-readable description of the result.
  - `responseCode` string — Transfer response code (`00` indicates success).

## Other responses

- `400` — Validation error.
- `401` — Authentication failed — missing or invalid API key.

---

[API](https://skmtc.net/sudo/apis/sudo-sandbox-api.md) · [All operations](https://skmtc.net/sudo/apis/sudo-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sudo/sudo-sandbox-api/versions/52be624fcb53/schema)
