---
title: "Debit a wallet"
method: POST
path: "/api/v1.4/customers/{customer_uuid}/wallets/debit/"
tags: ["v1.1"]
---

# Debit a wallet

`POST /api/v1.4/customers/{customer_uuid}/wallets/debit/`

Debit a customer wallet

## Path parameters

- `customer_uuid` string, required

## Request body

- DebitCustomerWallet
  - `amount` string, decimal, required — Amount to be debited from the wallet
  - `currency` string, required — Amount currency you want to charge customer's wallet

## Response `200`

- DebitCustomerWallet
  - `amount` string, decimal, required — Amount to be debited from the wallet
  - `currency` string, required — Amount currency you want to charge customer's wallet

## Other responses

- `400`
- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/versions/111e4c2e0826/schema)
