---
title: "Download payment links as CSV"
method: POST
path: "/api/v1/payment-link/download"
tags: ["Payment Link"]
---

# Download payment links as CSV

`POST /api/v1/payment-link/download`

Download payment links as CSV

## Query parameters

- `amount` string, decimal
- `amount__gt` string, decimal
- `amount__gte` string, decimal
- `amount__lt` string, decimal
- `amount__lte` string, decimal
- `amount__range` Amount[]
- `created_at` string, date-time
- `created_at__gt` string, date-time
- `created_at__gte` string, date-time
- `created_at__lt` string, date-time
- `created_at__lte` string, date-time
- `created_at__range` string[]
- `ordering` string
- `paid` boolean
- `search` string
- `status` 'active' | 'expired' | 'cancelled'
- `status__in` Status543Enum[]

## Request body

- PaymentLinkList
  - `widget_ids` string[], required

## Response `200`

- PaymentLinkDownloadResponse
  - `id` string, required
  - `product_id` string, uuid, required
  - `url` string, required
  - `status` 'active' | 'expired' | 'cancelled'
  - `amount` string, decimal, nullable — Amount to be charged to a payment intent
  - `currency` integer, nullable — Currency associated with the amount of the payment link
  - `concept` string, nullable — Concept associated with the payment link. This text will be reflected as a concept in the bank issuing the payment
  - `external_id` string, nullable — An external ID to identify a user. It can be the merchant's user ID or other tracking ID
  - `created_at` string, date-time, required — Date the payment link was created
  - `expires_at` string, date-time, nullable — Date the payment link will expire
  - `email` string, email, nullable — Email of the user that created the payment link
  - `reusable` boolean — If the payment link can be used multiple times
  - `paid` boolean — If the payment link has been paid

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
