---
title: "batch/ach/withdraw"
method: POST
path: "/batch/ach/withdraw"
tags: ["Batch Request Endpoints"]
---

# batch/ach/withdraw

`POST /batch/ach/withdraw`

This endpoint is used to submit multiple ACH Withdraw requests to VoPay.

## 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
  - `BatchTransactionRequestID` integer, required — Unique ID of your batch transaction request.
  - `TotalSubmittedTransactions` integer, required — Total number of transactions submitted.
  - `NumberOfRejectedTransactions` integer, required — Total number of rejected transactions.
  - `RejectedTransactions` string — JSON object containing the rejected transactions

---

[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/versions/7033bd231ec7/schema)
