v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get ACH Returns Report

get/v3/report/ach/returns

Query parameters

merchantIdinteger required

Merchant id

startDatestring required
endDatestring required
limitinteger
offsetinteger

Response

200

Idinteger
Statusstring
IsCanceledboolean
IsCompletedboolean
CreationOptionsstring
IsFaultedboolean

Example response

{
  "Result": {
    "nachaId": "9-00000000",
    "customerName": "Test Corporation",
    "startDate": "2018-11-06T00:00:00",
    "endDate": "2018-12-06T00:00:00",
    "records": [
      {
        "companyName": "Test Corporation",
        "individualNameOrReceivingCompanyName": "FRANCISCO RODRIGUEZ",
        "individialId": "GxxxxxxxxxxK",
        "amount": 1500,
        "debitOrCredit": "Debit",
        "debitAmount": 1500,
        "customerTraceNumber": "908220056075",
        "returnCode": "R03",
        "returnCodeDescription": "No Account/Unable to locate account",
        "effectiveDate": "2018-11-09T00:00:00",
        "secCode": "PPD",
        "created": "2018-11-09T00:00:00",
        "transactionCount": 1
      }
    ]
  },
  "Id": 4000006,
  "Status": "RanToCompletion",
  "IsCompleted": true,
  "CreationOptions": "None"
}