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.
id
string | string[]The IDs to filter the payments by.
session_id
string | string[] | OperatorMap<string>Filter the payments by the ID of their associated payment session.
customer_id
string | string[] | OperatorMap<string>Filter the payments by the ID of their associated customer.
cart_id
string | string[] | OperatorMap<string>Filter the payments by the ID of their associated cart.
order_id
string | string[] | OperatorMap<string>Filter the payments by the ID of their associated order.
order_edit_id
string | string[] | OperatorMap<string>Filter the payments by the ID of their associated order edit.
created_at
OperatorMap<string>Filter the payments by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the payments by their update date.
updated_at
OperatorMap<string>captured_at
OperatorMap<string>Filter the payments by their capture date.
captured_at
OperatorMap<string>canceled_at
OperatorMap<string>Filter the payments by their cancelation date.
canceled_at
OperatorMap<string>Was this section helpful?