ACH

Moov allows you to create payments that directly involve external bank accounts using the ACH network. Automated Clearing House (ACH) transfers are electronic funds transfers between two financial institutions that can both push funds (ACH credits) and pull funds (ACH debits). Moov doesn’t move money directly between external bank accounts; all funds move through the Moov platform on the way to their final destination. In practice, money must move into Moov before it can move out.

ACH overview

This flow can be achieved in a single transfer when the source and destination are both external bank accounts linked to a Moov account. ACH can also be used to add or withdraw funds from a Moov wallet. In order to facilitate an ACH transfer, you will need to ensure the source and destination accounts have the necessary capabilities and payment methods.

💡 Examples of push payments include payouts or disbursements, while examples of pull payments include collections or billing.

Payment methods

Money in

Moov pulls funds into the Moov platform using ACH debits. ACH debits can be created using a payment method with the types:

ach-debit-fund

  • Represents a “push” flow (e.g. payout or disbursement)
  • The source account will see Moov on their statement
  • The destination account will see the source’s displayName on their statement

ach-debit-collect

  • Represents the first stage of a “pull” flow (e.g. destination billing the source account)
  • The source account will see the destination’s displayName on their bank statement
💡 A bank account must be verified using micro-deposits or one of Moov’s verification partners before it can be debited.

Money out

Funds leave the Moov platform with ACH credits. You can specify the processing speed using the payment method types:

ach-credit-standard

  • Payment is processed with standard “next day” ACH processing
  • Takes 1-2 banking days
  • If the transaction is initiated before the 5:30 pm ET cut off, it should be posted in the external bank account the next banking day

ach-credit-same-day

  • Payment is processed with “same-day” ACH processing
  • If the transaction is initiated before the final 4:15 pm ET cut off, it should be posted in the external bank account by the end of the day
  • It is possible that same-day credits may be posted earlier (see additional same-day processing information below)

ACH processing and cutoff times

ACH payments are processed in batches and must be uploaded to Moov’s partner financial institutions before certain cutoff times. In general, “no news is good news”: the payment succeeded unless you receive a subsequent return file stating that it did not. To account for the time lag to hear back about returns or processing issues, Moov holds funds that enter the Moov platform via an ACH debit for 2-3 banking days before making the funds available. In most circumstances, funds are made available in the morning of the second banking day after the transfer was created e.g., Wednesday for a Monday transfer.

If the transfer is created after a cutoff time, it will be processed according to the same schedule on the next banking day. Banking days refer to M-F excluding bank holidays.

In test mode, ACH transfers will complete much faster. The processing windows in this guide apply to transfers in production mode.

ACH cutoff times

Processing speed Cut-off time Expected time posted to bank
Same-day window 1 10:00 am ET Early afternoon
Same-day window 2 2:15 pm ET End of day
Same-day window 3 4:15 pm ET End of day
Standard 5:30 pm ET Next day

Same-day processing

To expedite the transfer process, Moov processes all ACH debits with same-day processing when available. You can request ACH credits to be processed same-day by using an ach-credit-same-day payment method as the transfer destination. Moov processes in all same-day windows.

tip
Note that even though the payment is processed the same day, funds will be made available later to account for possible returns or processing issues. See the charts below to see how timing works in different ACH transfer scenarios.

ACH details

You can obtain details about a transfer involving the ACH payment rail through the GET /transfers/{transferID} endpoint. If the source or destination uses an ACH payment method, the transfers details response will contain an achDetails sub-object that contains useful information such as:

  • traceNumber: tracking number (assigned by Moov) that can used by payment recipient to trace the payment with their external financial institution
  • return: ACH return information per Nacha specification
    • code
    • reason
    • description
  • correction: ACH notification of change information per Nacha specification
    • code
    • reason
    • description

Additionally, the achDetails contains rail-specific status information:

ACH statuses

Status Description
initiated The ACH transfer from the source into Moov’s system has been created
originated Payment instructions about the source transfer have been sent to Moov’s originating depository financial institution (ODFI) partner
corrected The source transfer completed but a notification of change was received
completed Funds are available in Moov and ready to flow out to the destination
returned The payment was returned by Moov to the source financial institution

Customized ACH statement descriptors

We allow you the option to set a customized ACH statement descriptor when creating a transfer. If you’d like to provide more clarity or context for an individual transfer, you can utilize the following fields:

  • achDetails.companyEntryDescription: describe the purpose of the transaction
  • achDetails.originatingCompanyName: set how you want the company name to appear on the statement

The string you provide in those fields will override the default Nacha file entry. If you’d like to set custom descriptors, you can use these fields for both the source and destination, or just one.

In a transfer where the source and the destination are the same Moov account, the facilitator’s ACH company name will be used as the default originating company name. The facilitator can override this value by setting the achDetails.originatingCompanyName field for either the source or the destination in the transfer creation request.

FAQ

What is the limit per transaction for an ACH transfer?
The current limit for same-day transfer ACH with Moov is $100,000. The Moov team must qualify each customer for any exceptions to these limits. If you have a question with regards to your account’s specific limits, please connect with your Moov account manager.
What are the U.S. bank holidays?
Holidays observed by the Federal Reserve System include:
  • New Year’s Day
  • Martin Luther King Jr. Day
  • Presidents' Day
  • Memorial Day
  • Juneteenth
  • Independence Day
  • Labor Day
  • Columbus Day
  • Veterans Day
  • Thanksgiving Day
  • Christmas Day
What impact does a bank holiday have on my transfers?
Bank holidays can cause delays in transfers. If you’re creating an ACH transfer on a bank holiday, it will be processed on the next business day. Settlement from the prior day’s card sales will be delayed when the settlement day is a bank holiday.
How can I find out if a bank holiday is coming up?
The Moov Dashboard will show a notice if a bank holiday is coming up. You can also check the Federal Reserve website for a full list of bank holidays.


Articles in this section