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

# Creates a new user cash withdrawal

`POST /users/{userId}/user_cash_withdrawals`

Creates a new user cash withdrawal

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, string, required

## Request body

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

## Response `200`

New user cash withdrawal added

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

## Other responses

- `default` — Unexpected error

---

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