---
title: "Withdraw Remaining Balance to Wallet"
method: POST
path: "/cards/{cardId}/top-up-wallet/withdraw"
tags: ["Top Up Wallet"]
---

# Withdraw Remaining Balance to Wallet

`POST /cards/{cardId}/top-up-wallet/withdraw`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Request body

- object
  - `withdrawalWallet` string, required
  - `firstName` string, required
  - `lastName` string, nullable

## Response `200`

Successfully requested for withdrawal

- unknown

## Other responses

- `400` — Invalid inputs or card is not ready for withdrawal
- `404` — Not found
- `503` — Service Unavailable

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
