list_payouts
Retrieve payout records from GoCardless to monitor and manage payment distributions to your account. Specify the number of payouts to display for financial tracking.
Instructions
List payouts from GoCardless
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of payouts to retrieve (default: 50) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of payouts to retrieve (default: 50)",
"type": "integer"
}
},
"type": "object"
}