Skip to main content
Skip to main content

FilterablePaymentProps

The filters to apply on the retrieved payments.

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 payments by.
session_idstring | string[] | OperatorMap<string>
Filter the payments by the ID of their associated payment session.
customer_idstring | string[] | OperatorMap<string>
Filter the payments by the ID of their associated customer.
cart_idstring | string[] | OperatorMap<string>
Filter the payments by the ID of their associated cart.
order_idstring | string[] | OperatorMap<string>
Filter the payments by the ID of their associated order.
order_edit_idstring | string[] | OperatorMap<string>
Filter the payments by the ID of their associated order edit.
created_atOperatorMap<string>
Filter the payments by their creation date.
updated_atOperatorMap<string>
Filter the payments by their update date.
captured_atOperatorMap<string>
Filter the payments by their capture date.
canceled_atOperatorMap<string>
Filter the payments by their cancelation date.
Was this section helpful?