---
title: "Export Payments"
method: GET
path: "/exports/payments"
tags: ["Exports"]
---

# Export Payments

`GET /exports/payments`

Exports a CSV file of payments.

## Query parameters

- `q` string
- `type` 'DIRECT' | 'DISBURSEMENT'
- `status` 'DRAFT' | 'READY' | 'PENDING' | 'PAUSED' | 'SUCCESS' | 'FAILED' | 'CANCELED' — The status of the payment
- `receiver_id` string
- `created_at_after` string
- `created_at_before` string
- `sort` 'updated_at' | 'created_at'
- `direction` 'asc' | 'desc'

## Response `200`

CSV file of payments

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
