Skip to main content
Skip to main content

FilterablePaymentSessionProps

The filters to apply on the retrieved payment sessions.

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 payment sessions by.
currency_codestring | string[]
Filter the payment sessions by their currency code.
Filter the payment sessions by their amount.
provider_idstring | string[]
Filter the payment sessions by the ID of their associated payment provider.
payment_collection_idstring | string[]
Filter the payment sessions by the ID of their associated payment collection.
region_idstring | string[] | OperatorMap<string>
Filter the payment sessions by the ID of their associated region.
created_atOperatorMap<string>
Filter the payment sessions by their creation date.
updated_atOperatorMap<string>
Filter the payment sessions by their update date.
deleted_atOperatorMap<string>
Filter the payment sessions by their deletion date.
Was this section helpful?