My patreon has tiers at 3, 5, and 10 USD. I am trying to get a button working that directs to the $5 tier, but no matter what I try, the page it loads has the $3 tier locked in.
This is the address I’m using for the button:
const href =
https://www.patreon.com/oauth2/become-patron?response_type=code&client_id=${patreonClientId}&redirect_uri=${redirectURI}&min_cents=500`;`
But upon clicking, all I get is this:
Any advice on getting more control over the tier this links to?
What happens when you try 1000 in min_cents?
Even with 1000 it still displays $3/month.
Are you trying this while being logged into your creator account at Patreon?
A fix went out for this. Check out whether this got fixed on your side.