---
title: "Create Withdrawal Request"
method: POST
path: "/withdrawal/request"
---

# Create Withdrawal Request

`POST /withdrawal/request`

## Request body

- object
  - `transaction_detail` object
    - `ref_id` string — This is the id that is used by the user to identify their transaction in Paper.id
    - `total_amount` integer — This is the total amount that want to withdraw

## Response `200`

200

- object
  - `data` object
    - `ref_id` string
    - `transaction_status` string
  - `message` string
  - `status_code` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/revisions/3c426ced31a3/schema)
