---
page_title: Retrieve an ACH debit collections
product: lotuspay
platform: web
page_source: https://docs.juspay.io/lotuspay/web/core-resources/retrieve-an-ach-debit-collections
openapi: https://docs.juspay.io/api/swagger?document=https%3A%2F%2Fdocs.juspay.io%2Flotuspay%2Fweb%2Fcore-resources%2Fretrieve-an-ach-debit-collections
llms_txt: https://docs.juspay.io/llms.txt
product_llms_txt: https://docs.juspay.io/lotuspay/llms.txt
---

## 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
$ curl https://api-test.lotuspay.com/v1/ach_debit_collections/DO0011DD2211AA \
   -u sk_test_XjIHowXWSI23uvjepz2X82:

```

#### Response:
```json
{
    "id": "DO0011DD2211AA",
    "object": "ach_debit_collection",
    "created": 1530224170,
    "livemode": false,
    "amount": 2212300,
    "count": 3,
    "date_value": "2021-03-24",
    "bank_account": "BA00CC332211AA",
    "nach_profile": "NP00AABBCC1122",
    "utr": "CMS4666205373"
  }
  

```

## API Responses:
