---
title: "Creates a new user cash withdrawal"
method: POST
path: "/user_cash_withdrawals"
tags: ["UserCashWithdrawal"]
---

# Creates a new user cash withdrawal

`POST /user_cash_withdrawals`

Creates a new user cash withdrawal

## Request body

- AddUserCashWithdrawal
  - `amount` number, float, required
  - `money_transfer_account_id` integer, required

## Response `200`

Fetched user cash withdrawals

- UserCashWithdrawal
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `amount` number, float
  - `remark` string
  - `status` integer
  - `money_transfer_account_id` integer
  - `withdrawal_status_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/versions/8db13a44d758/schema)
