Why "min_cents" is not working?

I’m trying to create a custom Patreon button but the “min_cents” option doesn’t work.

Here is the link: “https://www.patreon.com/oauth2/become-patron?response_type=code&min_cents=20&client_id=not_fake_client_id&redirect_uri=https://www.youtube.com/watch?v=dQw4w9WgXcQ&scope=identity%20identity[email]

I set the min_cents 20 but when the link is opened it shows the pledge amount 5$:

But it should show the pledge amount 20$.

Why isn’t it working and how can I fix it?:disappointed_relieved:

I don’t see min_cents in the API docs. What happens when min_cents = 1? 100? 1000?

For $20, you should put min_cents 2000.

Tried putting it 2000 but it still shows $5

Here is the link: “https://www.patreon.com/oauth2/become-patron?response_type=code&min_cents=2000&client_id=not_fake_client_id&redirect_uri=https://www.youtube.com/watch?v=dQw4w9WgXcQ&scope=identity%20identity[email]

Any ideas?

Do you have a tier around $20?