---
title: "Withdraw from a card"
method: POST
path: "/cards/withdraw"
---

# Withdraw from a card

`POST /cards/withdraw`

## Request body

- object
  - `amount` string, required — Enter the amount you want to withdraw
  - `cardId` string, required — Enter the cardId of the card you want to fund
  - `currency` string, required — Enter the wallet you would like to fund from: USD, UGX, NGN, etc

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `message` string
    - `balance` number
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
