list_refunds
Retrieve all refunds associated with a specific payment by providing the payment ID. Optionally limit the number of results or skip records.
Instructions
List refunds for a payment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_id | Yes | Payment ID to list refunds for | |
| count | No | Number of records | |
| skip | No | Number of records to skip |