{
"data": [
{
"account_id": "acct_123",
"amount": "10.00",
"counterparty_id": "cp_123",
"created_at": "2018-10-30T23:57:11Z",
"description": null,
"direction": "credit",
"effective_date": "2018-10-30T23:57:11Z",
"id": "ach_1234567890",
"sec_code": "ccd",
"service": "standard",
"status": "pending",
"updated_at": "2018-10-30T23:57:11Z",
"userdata": null
},
{
"account_id": "acct_456",
"amount": "1.00",
"counterparty_id": "cp_456",
"created_at": "2018-10-30T23:57:09Z",
"description": null,
"direction": "credit",
"effective_date": "2018-10-30T23:57:09Z",
"id": "ach_1234567891",
"sec_code": "ccd",
"service": "standard",
"status": "pending",
"updated_at": "2018-10-30T23:57:09Z",
"userdata": null
}
],
"page_next": "https://api.treasuryprime.com/ach?page_cursor=acct_456"
}