fetch_transactions_for_link
Retrieve all transactions for a specific payment link, including successful and failed ones, with details like ID, amount, and status.
Instructions
Retrieve all transactions associated with a specific payment link.
This operation provides detailed transaction history for a given payment link,
including successful and failed transactions.
Parameters:
link_id (str): Unique identifier of the payment link
Returns:
List[Transaction]: List of transactions containing details such as:
- Transaction ID
- Order ID
- Amount
- Status
- Completion Time
- Customer Contact Information
str: Error message in case of failure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes |