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
How much moved, in USD.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Where the transfer is in its lifecycle. Poll it until it reaches sent or returned.
pending, pending_approval, canceled, processing, error, sent, returned, void Whether the money moved into this account (inbound) or out of it (outbound). Inbound transfers were sent to you by someone else, so they have no counterparty you configured.
inbound, outbound When the transfer was created.
When the transfer last changed, so you can detect new activity.
Pass this back to Get ACH Transfer to check on the transfer.
The contact you sent to. Null on inbound transfers, which arrive from someone you never configured.
Who you sent to, or who sent to you on an inbound transfer.
The other side's account number, when the bank reports it. Often absent on inbound transfers.
The other side's routing number, when the bank reports it. Often absent on inbound transfers.
Your private note on this transfer. Never leaves Meow.
The description carried on the transfer.
Extra detail the bank returned about the transfer.
The ACH trace number, which the receiving bank uses to look the transfer up.
The addenda the sender attached, on inbound transfers. Use it to match a payment to an invoice or account on your side.