So I had a doubt, in a hypothetical situation someone pledges to my campaign, and then they cancel their pledge after a day or two, will the attribute “currently_entitled_tier” form the API v2 still return the tier they pledged to for the whole month that they have access to my content or will it start returning an empty list.
If their payment was valid and its still not canceled, their entitlements will stay valid until the end of the payment period. So basically you can treat them as patrons until currently_entitled_tiers does not show any tiers. Also, if you are allowing custom pledges, then you should also check currently_entitled_amount_cents.
1 Like