fetch_payment_links
Retrieve a list of all payment links, including active and expired ones, with details like link ID, short URL, status, creation and expiry dates.
Instructions
Retrieve all payment links created by the merchant.
This operation returns a comprehensive list of all payment links created,
including both active and expired links. Each link entry contains details
such as:
- Link ID
- Link Name
- Short URL
- Status
- Creation Date
- Expiry Date
Returns:
List[PaymentLink]: A list of PaymentLink objects containing link details
str: Error message in case of failure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||