Skip to main content

MerchantPaymentFiltersInput

Filters that can be applied when listing merchant payments

input MerchantPaymentFiltersInput {
amountGreaterThan: AmountValue
amountSmallerThan: AmountValue
isAfterCreatedAt: DateTime
isBeforeCreatedAt: DateTime
paymentMethod: [MerchantPaymentMethodType!]
status: [MerchantPaymentStatus!]
search: String
}

Fields

MerchantPaymentFiltersInput.amountGreaterThan ● AmountValue scalar

Filter by amount (amount is greater than a given amount)

MerchantPaymentFiltersInput.amountSmallerThan ● AmountValue scalar

Filter by amount (amount is less than a given amount)

MerchantPaymentFiltersInput.isAfterCreatedAt ● DateTime scalar

Filter by createdAt (created after a given date)

MerchantPaymentFiltersInput.isBeforeCreatedAt ● DateTime scalar

Filter by createdAt (created before a given date)

MerchantPaymentFiltersInput.paymentMethod ● [MerchantPaymentMethodType!] list enum

Filter by Method Type

MerchantPaymentFiltersInput.status ● [MerchantPaymentStatus!] list enum

Filter by status

MerchantPaymentFiltersInput.search ● String scalar

Search string to look for

Search will be performed in following fields:

  • Label
  • Reference
  • External Reference
  • Amount