Skip to main content
Skip to main content

FilterableCaptureProps

The filters to apply on the retrieved captures.

An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
idstring | string[]
The IDs to filter the captures by.
currency_codestring | string[]
Filter the captures by their currency code.
Filter the captures by their amounts.
payment_idstring | string[]
Filter the captures by the ID of their associated payment.
created_atOperatorMap<string>
Filter the captures by their creation date.
updated_atOperatorMap<string>
Filter the captures by their update date.
deleted_atOperatorMap<string>
Filter the captures by their deletion date.
Was this section helpful?