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

## API Version: default


# **Retrieve an ACH debit collection** 



Retrieves an existing ACH debit collection object. Supply the unique ACH debit collection identifier.

**ARGUMENTS** 


| Argument	 | Description |
|---|---|
| ach_debit_collection REQUIRED	 | The identifier of the ACH debit collection to be retrieved. |


**Returns**  Returns an ACH debit collection object if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/ach_debit_collections/{ID}

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

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

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

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

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

## API Responses:
