When are Patron member statuses updated to declined?

So payday has come around for creators, and I’m checking the response from Patreon’s API V2 to get the members pledged:

https://www.patreon.com/api/oauth2/v2/campaigns/${CAMPAIGN_ID}/members?include=user&fields%5Buser%5D=social_connections&fields%5Bmember%5D=patron_status,full_name,email,lifetime_support_cents,will_pay_amount_cents,currently_entitled_amount_cents,last_charge_date

and I notice that members that show as Declined in my Relationship Manager are still showing as active_patron in the response. Are member statuses only updated as an X number of failed attempts to charge them?