Get ACH Transfer
Returns details about an ACH transfer (incoming or outgoing) for the specified account by ACH transfer ID, including the status of an outgoing ACH transfer after it has been initiated.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Path Parameters
The ID of the account.
The transaction group ID for the ACH transfer (e.g. withdrawal_ach_...), or the ACH ID returned when you created the transfer (e.g. ach_...).
Response
Successful Response
The unique identifier for the ACH transfer.
The amount of the transfer.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The current status of the transfer.
pending, pending_approval, canceled, processing, error, sent, returned, void The time the transfer was created.
The time the transfer was last updated.
A description of the transfer.
The unique identifier for the counterparty.
The name of the counterparty.
The account number of the counterparty.
The routing number of the counterparty.
An internal note associated with the transfer.
Additional details about the transfer.
The ACH trace number for the transfer.
Payment-related information (e.g. for incoming ACH).