Tool to retrieve overpayments from Chaser with pagination and filtering. Use when you need to list overpayments, check remaining credits, or filter by customer, amount, currency, or date.
datestringFilter by overpayment date (ISO 8601 format). Supported operators: gt, lt, gte, lte, eq, ne. Example: 'gte:2024-01-01' for dates on or after Jan 1, 2024.
pageintegerPage number to retrieve, starts from 0.
limitintegerNumber of items per page. Maximum is 100.
totalstringFilter by total overpayment amount. Supported operators: gt, lt, gte, lte, eq, ne. Example: 'gte:1000' for total >= 1000.
currency_codestringFilter by currency code (ISO 4217). Supported operators: in, nin, eq, ne. Example: 'eq:USD' or 'in:USD,GBP'.
overpayment_idstringFilter by overpayment external ID. Supported operators: in, nin, eq, ne. Example: 'eq:overpay123' or 'in:overpay1,overpay2'.
remaining_creditstringFilter by remaining credit amount. Supported operators: gt, lt, gte, lte, eq, ne. Example: 'gte:100' for credit >= 100.
customer_external_idstringFilter by customer external ID. Supported operators: in, nin, eq, ne. Example: 'eq:cust123' or 'in:cust1,cust2'.
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.