Tool to retrieve a list of payment methods from Booqable. Use when you need to list payment methods with optional filtering by creation date, customer, status, or ID, and support for pagination.
metaobjectSends metadata with the request as a JSON object.
sortstringControls data ordering. Prefix with '-' for descending order (e.g., '-created_at').
fieldsarrayAllows selection of specific attributes to include in the response.
includestringLoads associated resources (sideloading). Comma-separated list of relationships.
page_sizeintegerSets the quantity of items per page.
page_numberintegerSpecifies which page to retrieve, must be >= 1.
filter_id_eqstringFilter by payment method ID (equal). Format: UUID.
filter_id_not_eqstringFilter by payment method ID (not equal). Format: UUID.
filter_status_eqstringFilter by status (equal). Possible values depend on the API specification.
filter_created_at_eqstringFilter by creation date (equal). Format: ISO 8601 datetime.
filter_created_at_gtstringFilter by creation date (greater than). Format: ISO 8601 datetime.
filter_created_at_ltstringFilter by creation date (less than). Format: ISO 8601 datetime.
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.