Question, after I successfully sign up to a subscription can bubble instantly read the is active or does that take at least an hour? Is it the same amount of time to read the subscription status is not active?
Are any of them instant or do both scenarios take time?
From my memory on my experience with the is active or is not active value, they do not get automatically sent through the API after successfully signing up to a subscription. I may be confusing this with the ‘paid’ status, but from what I recall I had no luck using either in signaling an immediate notice to my app of the subscription status.
Instead I just used other methods in my workflow that followed the sign user up to subscription workflow event to get the functionality I needed. If the user does not successfully get signed up to a subscription, the workflow steps that follow the sign user up to a subscription do not get triggered and the entire workflow fails to proceed, so a simple indicator of the subscription successful signup is that the workflow will continue and proceed beyond that step.
Play around with the values you have access to after a subscription sign up and see what values are reported back.
So that I am clear, you want the subscription card to show only when the user doesn’t have a subscription, but not show when they do have a subscription, vice versa for the unsubscribe card?