FilterablePaymentSessionProps
The filters to apply on the retrieved payment sessions.
$and
(PaymentSessionDTO | BaseFilterable<PaymentSessionDTO>)[]An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$or
(PaymentSessionDTO | BaseFilterable<PaymentSessionDTO>)[]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 payment sessions by.
currency_code
string | string[]Filter the payment sessions by their currency code.
amount
BigNumberValue | OperatorMap<BigNumberValue>Filter the payment sessions by their amount.
provider_id
string | string[]Filter the payment sessions by the ID of their associated payment provider.
payment_collection_id
string | string[]Filter the payment sessions by the ID of their associated payment collection.
region_id
string | string[] | OperatorMap<string>Filter the payment sessions by the ID of their associated region.
created_at
OperatorMap<string>Filter the payment sessions by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the payment sessions by their update date.
updated_at
OperatorMap<string>deleted_at
OperatorMap<string>Filter the payment sessions by their deletion date.
deleted_at
OperatorMap<string>Was this section helpful?