get https://cubi-sandbox-api.customersbank.com/ach/v1/incoming
Searches all received ACH transactions
Responses
Searches all received ACH transactions
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/ach/v1/incoming \
--header 'accept: application/json'
xxxxxxxxxx
23{
"pageSize": 0,
"pageOffset": 0,
"totalPages": 0,
"totalItemCount": 0,
"items": [
{
"id": "string",
"accountHolder": "string",
"accountNumber": "string",
"routingNumber": "string",
"amount": 0,
"accountType": "Checking",
"createdAt": "string",
"traceNumber": "string",
"lineItemReferenceId": "string",
"isDebit": true,
"returnCode": "string",
"originalTransactionId": "string",
"batchNumber": "string"
}
]
}