Skip to main content
GET
Retrieve ACH transfer events

Authorizations

Authorization
string
header
required

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

Query Parameters

accountId
string

Filter by account ID

Response

200 - application/json

List of ACH transfer events

accountId
string
required

ID of the account initiating/receiving the transfer

amount
integer
required

Transfer amount in cents

Required range: x >= 0
transferType
enum<string>
required

Type of ACH transfer

Available options:
credit,
debit
timestamp
string<date-time>
required

When the transfer was initiated

status
enum<string>

Current status of the transfer

Available options:
pending,
processing,
completed,
failed,
returned
metadata
object

Additional transfer-specific details