Initiate many ACH transfers from own account

The POST /api/fundsMovement/v2/ACHTransferMany method allows users to initiate multiple ACH (Automated Clearing House) transfers from their account to multiple recipients in a single request. This endpoint enables batch processing of ACH transfers, reducing the time and effort required to manage bulk payments or transfers.

Purpose:

This API streamlines the process of sending multiple ACH transfers by allowing users to bundle several transactions in a single request, enhancing efficiency for businesses or individuals managing bulk payments.

Response:

The API returns a response confirming the success or failure of the batch transfer process, including details for each individual transfer.

Key Features:

  • Batch Processing: Allows users to initiate multiple ACH transfers in one request, making bulk payment operations faster and more efficient.
  • Error Handling for Each Transfer: Even if some transfers in the batch fail, others can still be processed successfully. The status of each transfer is returned individually.
  • Tracking and Reconciliation: Each transfer can be assigned a unique transfer ID for easy tracking and reconciliation.
📘

Summary:

The POST /api/fundsMovement/v2/ACHTransferMany endpoint is a valuable tool for managing bulk ACH transfers, enabling businesses and individuals to send multiple payments in a single API call. It simplifies workflows such as payroll, vendor payments, and invoice settlements while providing detailed status feedback for each transfer.

Body Params
string
required
length ≥ 1
^\d{6}$
string
enum
required
Allowed:
transferRequests
array | null
transferRequests
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json