---
title: "sepa/withdraw"
method: POST
path: "/sepa/withdraw"
tags: ["SEPA Endpoints"]
---

# sepa/withdraw

`POST /sepa/withdraw`

This endpoint debits your account by sending a SEPA Instant payment to a creditor's IBAN. Only EUR currency is supported. Requires SEPAInstantWithdrawEnabled permission and an active EUR virtual account.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID for the SEPA withdrawal transaction
  - `TransactionStatus` string, required — The current status of the transaction
  - `Flagged` string — Present if the transaction was flagged. Contains flag status messages
  - `Notice` string — Present if the account has insufficient funds at the time of the transaction

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
