---
title: "List Collections"
method: GET
path: "/payment_requests/collections"
tags: ["Payment Requests"]
---

# List Collections

`GET /payment_requests/collections`

Payment Requests where you are the creditor and are collecting funds from your debtor using traditional direct-debit.

## Query parameters

- `page` string
- `per_page` string

## Response `200`

OK

- ListPaymentRequestCollectionsResponse
  - `data` object[], required
    - `ref` string, required — The Payment Reference reference (PR.*)
    - `initiator_id` string, uuid, required — Your bank account ID where the funds will settle
    - `your_bank_account_id` string, uuid, required — Your bank account ID where the funds will settle (alias of `initiator_id`)
    - `authoriser_id` string, uuid, required — The debtor's bank account ID
    - `authoriser_contact_id` string, uuid, required — The contact ID representing the debtor within Zepto
    - `contact_initiated` boolean, required — Initiated by Contact or Merchant
    - `schedule_ref` string, nullable, required — The schedule that generated the Payment request if applicable
    - `status` 'approved' | 'cancelled', required — The status of the Payment Request
    - `status_reason` unknown, required
    - `matures_at` string, date-time, required — The date-time when the Payment Request is up for processing
    - `responded_at` string, date-time, nullable, required — The date-time when the Payment Request status changed
    - `created_at` string, date-time, required — The date-time when the Payment Request was created
    - `credit_ref` string, nullable, required — The resulting credit entry reference (available once approved)
    - `payout` object, required
      - `amount` integer, required — Amount in cents (Min: 1 - Max: 99999999999)
      - `description` string, required — Payment Request description
      - `matures_at` string, date-time, required — The date-time when the Payment Request is up for processing
    - `metadata` object[] — Your custom keyed data

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
