get https://cubi-sandbox-api.customersbank.com/ach/v1/outgoing/
Gets a sent ACH transaction
Responses
Gets a sent ACH transaction
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/ach/v1/outgoing/id \
--header 'accept: application/json'
xxxxxxxxxx
26}
{
"id": "string",
"referenceDescription": "string",
"status": "Initiated",
"creditName": "string",
"creditAccountNumber": "string",
"creditRoutingNumber": "string",
"debitAccountNumber": "string",
"debitRoutingNumber": "string",
"debitAccountType": "Checking",
"debitName": "string",
"amount": 0,
"creditAccountType": "Checking",
"createdAt": "string",
"completedAt": "string",
"processDate": "string",
"direction": "Credit",
"lineItemReferenceId": "string",
"debitTraceNumber": "string",
"creditTraceNumber": "string",
"reversalId": "string",
"reversedAt": "string",
"reversedReason": "DuplicateEntry",
"reversedDescription": "string",
"programId": "string"