get https://cubi-sandbox-api.customersbank.com/ach/v1/incoming/
Gets a sent ACH transaction
Responses
Gets a sent ACH transaction
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/ach/v1/incoming/id \
--header 'accept: application/json'
xxxxxxxxxx
15{
"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"
}