Initiate ACH transfer to own account

The POST /api/fundsMovement/v2/DepositACHTransfer method enables users to initiate an ACH (Automated Clearing House) transfer to their own account. This API method supports secure and efficient deposit transactions directly to a user’s account, facilitating internal fund movements within the banking application.

Purpose:

This API is designed for depositing funds into the user’s account via an ACH transfer. The method ensures a seamless and automated process for moving money securely between accounts.

Response:

The API returns a response indicating the success or failure of the ACH transfer, along with details about the transaction.

📘

Summary:

The POST /api/fundsMovement/v2/DepositACHTransfer method is an essential tool for managing deposits through ACH transfers into a user’s own account. It automates and simplifies internal fund movements, ensuring secure and efficient handling of deposits within the banking application. This API is ideal for businesses and individuals looking to streamline their fund management processes.

Body Params

Base class for all funds transfer (movement) request.

string
required
length ≥ 1
^\d{6}$

Code for passing verification

string
enum
required
Allowed:
string | null
string
required
length ≥ 1
string
required
length ≥ 1
int32
1 to 4294967295
int32
enum
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200

Success

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!