Skip to main content
GET
/
events
/
transfers
/
ach
Retrieve ACH transfer events
curl --request GET \
  --url http://sandbox.mintlify.com/events/transfers/ach \
  --header 'Authorization: Bearer <token>'
[
  {
    "accountId": "<string>",
    "amount": 1,
    "transferType": "credit",
    "timestamp": "2023-11-07T05:31:56Z",
    "status": "pending",
    "metadata": {}
  }
]

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