Get an ACH transfer

Get an ACH transfer by its unique identifier.

Path parameters

idstringRequired

The unique identifier for the ACH transfer

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

The ACH transfer was retrieved

idstring

The unique identifier for the ACH transfer

amountlong

The amount of the ACH transfer in minor currency units (cents)

statusenum

The lifecycle status of the ACH transfer. Possible values include:

  • initiated: The ACH transfer has been initiated and is pending submission to the Federal Reserve.
  • submitted: The ACH transfer has been submitted to the Federal Reserve.
  • rejected: The ACH transfer was rejected.
  • returned: The ACH transfer was returned by the receiving organization.
Allowed values:
created_atdatetime

The date and time the ACH transfer was created

trace_numberstringOptional

A 15 digit number recorded in the Nacha file and transmitted to the receiving bank. Along with the amount, date, and originating routing number, this can be used to identify the ACH transfer at the receiving bank. ACH trace numbers are not unique, but are used to correlate returns.

effective_datedatetimeOptional

The ACH transfer’s effective date as sent to the Federal Reserve. This is the date the funds will be available to the receiving organization.

updated_atdatetimeOptional

The date and time the ACH transfer was last updated

Errors