I am not experienced in doing these types of things … lol, ….just an educator.
So, i find it difficult to understand your terminology and instructions.
When first created scenario, around September, I did select ‘Payment status’ , ‘Transaction type’ etc from the PayPal dropdown. In all my testing, it worked only on December 1st. The ConvertKit automations delivered successfully. Then on December 4th, it was unsuccessful again.
I do have screenshots of the successful event on December 1st, and the unsuccessful on December 4th.
The issue I think was trying to getting the Live ready.
Transaction type recurring_payment
I can’t see ‘profile status’ now. I think in other testing, I saw ‘active’ next to it.
You can manually type them in your filters using these exact texts.
{{1.Payment status}}
{{1.Transaction type}}
1. is the module number, which, as you can see the number beside the PayPal module.
Payment status or Transaction type is the key you are trying to filter.
{{ }} is the syntax for it.
When a purchase is made, nothing happens in my scenario. Nothing triggers the route and branches.
But when I look in the History, I can see: ‘Payment status Completed, and Transaction type recurring_payment’
I’m adding this: In the PayPal module, there is no white circle above it with a number.
To be clear, is this what I must type?:
Active Member Branch filter: used the ‘AND’ rule
{{1.Payment status}} = Completed
AND
{{1.Transaction type}}=recurring_payment
Inactive Member Branch filter: Used the ‘OR’ rule
a) {{1.payment_status}}=Failed
or must I type {{1.payment status}}=Failed
b) {{1. txn_type}}=recurring_payment_suspended
or must I type {{1. txn type}}=recurring_payment_suspended
or must I type - {{1. Transaction_type}}=recurring_payment_suspended
or must I type {{1. Transaction type}}=recurring_payment_suspended
c) {{1.profile_status}}=Suspended
or must I type {{1.profile status}}=Suspended
I JUST NOTICED IN MY CURRENT FILTER, I’VE GOT ‘txn_type’ and NOT ‘Transaction type’. IS THIS THE PROBLEM?
So as you can see from the output. It’s “Payment status”, right?
So you manually type {{1.Payment status}} then filter the value you want, like Completed or Failed.
AND = Both conditions must be met.
OR = Either of both must be met.
So you use the exact key, module number, and syntax in your filters. You’ll know if it’s correct because it’ll light up and won’t look like normal text.