Pull NACHA reports

This request allows you to pull NACHA reports.

{
    "search": {
        "query": {
            "bool": {
                "must": [
                    {
                        "bool": {
                            "should": {
                                "query_string": {
                                    "query": "*",
                                    "default_operator": "AND",
                                    "fields": "uuid"
                                }
                            }
                        }
                    }
                ]
            }
        }
    }
}

Instructions

NACHA processors generate a batch file each day that you can export. This Elasticsearch request will give you a list of all the NACHA reports between two dates.

You can also Get NACHA Files Reports, but that request doesn't let you specify a time frame.

For more information, see our article Secure Payments API – Pull NACHA Reports

🚧

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request includes a sample payload, but you will need to expand the parameters in the body. You can do so by clicking the small "+" signs for each object.

If you’d like to see a sample of a 200 response, click the response examples located under the Try It button.

To receive a 200 response from the Try It button, you will have to try this request with your own tenant credentials. If you plan on doing so, make sure to change the headers to match your own authentication information.

Language
Authorization
Click Try It! to start a request and see the response here!