Tool to retrieve payment transactions from the system with optional filtering and pagination. Returns a list of payment records including amounts, statuses, payment methods, and transaction details. Use this when you need to list payments, search by invoice or organization, or p…
idstringFilter payments by exact ID match.
limitintegerMaximum number of payments to return per request. Default and maximum is 1000.
orderstringSort order for results. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'amount.asc').
offsetintegerNumber of payments to skip before returning results. Used for pagination.
selectstringColumns to retrieve from payments table. Use '*' for all columns, or specify comma-separated field names (e.g., 'id,amount,currency,status'). Can include related resource columns.
invoice_idstringFilter payments by invoice ID to find all payments associated with a specific invoice.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.