> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.tiankii.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.tiankii.com/_mcp/server.

# Overview

## General operations — for any payment request type

**Type-agnostic** operations: they work on any payment request (payment link, invoice or subscription). The response is shaped by each record's `type` (`PaymentLinkResponseDto` or `BillingInvoiceResponseDto`).

Includes: list/filter, read coupons, lifecycle (activate, deactivate, archive, complete) and delete.

> Creation and update are **not** here: they are type-specific (see the *Payment Links* and *Invoices* subfolders).

Base: `/v1/payment-requests`. Scopes: `Merchant.payment_link.{read,update,delete}`.