---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-an-ach-debit-summary-pdf
page_title: Retrieve an ACH debit summary pdf
---

## API Version: default


# **Retrieve an ACH debit summary pdf** 



Retrieves a digitally signed pdf file on LotusPay letterhead, summarizing the key fields and values of the ACH debit. Supply the unique ACH debit ID and LotusPay will return the corresponding ACH debit summary pdf file.

**ARGUMENTS** 


| Argument	 | Description |
|---|---|
| ach_debit REQUIRED	 | The identifier of the ACH debit for which the PDF is to be retrieved. |


**Returns**  Returns a PDF file if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/ach_debits/{ID}/summarypdf

- Production: https://api.lotuspay.com/v1/ach_debits/{ID}/summarypdf

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_xd22123sxlkadsf8wjbkx
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```text
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
