This endpoint retrieves all transactions associated with a specific payment link. It supports pagination and filtering by status and type.
| Key | Required | Type | Description |
|---|---|---|---|
| page | false | number | Page number for pagination (default: 1) |
| limit | false | number | Number of results per page (default: 10) |
| status | false | string | Filter by transaction status (e.g., SUCCESS, PENDING, FAILED) |
| type | false | string | Filter by transaction type (e.g., DEPOSIT) |
| order | false | string | Sort order (ASC or DESC, default: DESC) |
The ID of the payment link
Page number for pagination
Number of results per page
Filter by transaction status
SUCCESS, PENDING, FAILED Filter by transaction type
DEPOSIT Sort order for results
ASC, DESC