Skip to main content
Skip to main content

FilterablePaymentProviderProps

The filters to apply on the retrieved payment providers.

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[] | OperatorMap<string | string[]>
The IDs to filter the payment collection by.
is_enabledboolean
Filter by whether the payment provider is enabled.
Was this section helpful?