• Resolved ricardogrune

    (@ricardogrune)


    Hi,

    Is it possible to filter wp count based on if a Gravity Forms is paid or not?
    We are using mollie to create forms to pay with and they are giving a status “betaald” when it is paid and expired when its not paid.

Viewing 1 replies (of 1 total)
  • Plugin Author GravityWP

    (@gravitywp)

    Hi Ricardo,

    I am not sure, that depends on how the payment status is stored in the entry. But it might be possible with:

    filter_field=’payment_status’ filter_operator=’is’ filter_value=’Paid’

    Possible payment statuses are: “Authorized”, “Paid”, “Processing”, “Pending”, “Active”, “Expired”, “Failed”, “Cancelled”, “Approved”, “Reversed”, “Refunded”, “Voided”

    Let me know if it works, it might help other users.

Viewing 1 replies (of 1 total)
  • The topic ‘Filter based on Payment status’ is closed to new replies.