# 💳 Payments

Handle incoming and outgoing payments.

 - [POST /gql/v1/payments](https://dev.docs.api.aiwyn.ai/api/bundle/payments/getpayments.md): **Retrieve payment records with transaction details and security compliance** **Pagination (v1 — limit/offset):** `pageSize` is a limit (records to return). `page` is an offset (records to skip), not
 - [POST /gql/v1/payments/search](https://dev.docs.api.aiwyn.ai/api/bundle/payments/filterpaymentsdynamic.md): **Advanced payment filtering with custom GraphQL where clauses and dynamic ordering** **Pagination (v1 — limit/offset):** `pageSize` is a limit (records to return). `page` is an offset (records to ski
 - [GET /gql/v1/payment/{id}](https://dev.docs.api.aiwyn.ai/api/bundle/payments/getpaymentbyid.md): **Retrieve a specific payment by its unique identifier** This endpoint provides detailed payment information including: - Complete payment transaction details - PCI-compliant payment method informatio
 - [POST /api/v1/clients/v1/link/payment](https://dev.docs.api.aiwyn.ai/api/bundle/payments/createclientpaymentlink.md): **Create a single-use quick payment link that lets a client pay in the Aiwyn payment portal** The client is resolved by `clientRef`, the same identifier the client carries in the firm's practice manag
