---
title: "Mock Deposit (Sandbox only)"
method: POST
path: "/deposit/mock"
---

# Mock Deposit (Sandbox only)

`POST /deposit/mock`

## Request body

- object
  - `account_id` string, required
  - `description` string, required
  - `sender_name` string, required
  - `amount` integer, required — Amount should be in subunits, e.g. $1 should be sent as 100.

## Response `200`

200

- object
  - `data` unknown
  - `message` string
  - `meta` unknown
  - `status` string

---

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