Skip to main content
GET
Get ACH transfer
Returns a single ACH transfer object.

Path parameters

ach_transfer_id
string
required
The unique identifier of the ACH transfer to retrieve.

Response

id
string
Unique identifier for the ACH transfer.
account_id
string
The Lemma account the transfer moves money from or to.
external_account_id
string | null
The external account on the other side of the transfer.
amount
integer
The transfer amount in cents. A positive amount indicates a credit transfer pushing funds to the receiving account. A negative amount indicates a debit transfer pulling funds from the receiving account (an ACH pull).
status
string
Current status of the ACH transfer.
statement_descriptor
string
The statement descriptor shown to the counterparty.
transaction_id
string | null
The settled transaction, once the transfer posts.
settled_at
string | null
ISO 8601 timestamp of when the transfer settled.
submission
object | null
Submission details, once the transfer reaches the ACH network.
return
object | null
Return details, if the transfer was returned.