Skip to content
PaymentFilterInput

Filter applied to Business.payments. All fields AND together. query matches the participant's name, email, the Stripe payment intent id, and the Stripe customer id (case-insensitive substring). statuses / types narrow to a set of PaymentStatus / PaymentType values; an omitted or empty array applies no filter. start / end are YYYY-MM-DD strings interpreted in UTC; bounds are inclusive on the createdAt column.

Fields

queryString
statuses[PaymentStatus!]
types[PaymentType!]
startString

Used in

PaymentFilter