---
title: "Executes the card withdrawal request"
method: POST
path: "/api/v1/cards/{cardId}/withdraw/execute"
tags: ["Obsolete"]
---

# Executes the card withdrawal request

`POST /api/v1/cards/{cardId}/withdraw/execute`

Executes the estimated withdrawal request for the card. </br>This method is deprecated and will be removed in the future.

## Path parameters

- `cardId` string, required

## Request body

- RequestCardWithdrawalExecuteRequestBody
  - `estimation_id` string, required — Identifier of the estimation that was used to calculate the transfer amount

## Response `200`

OK

- ResponseCardWithdrawalExecuteResponse
  - `id` string, required — Identifier of the executed transaction

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
