# Currently entitled amount cents is zero sometimes

**URL:** https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801
**Category:** Friendly Help
**Created:** [July 15, 2022, 11:25am UTC](https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801 "2022-07-15T11:25:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sergio](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sergio](https://www.patreondevelopers.com/u/Sergio)
#### Post date: [July 15, 2022, 11:25am UTC](https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801/1 "2022-07-15T11:25:48Z")

</div>

Hi, I’m using API v2 to get members’ data. To verify the users’ tier, I check `currently_entitled_amount_cents` value and it works most of the times, but in some cases, the value is 0 though the user is shown as a valid patron on Patreon website

```php
[
currently_entitled_amount_cents => 0,
last_charge_date => 2022-06-02T15:12:53.000+00:00,
next_charge_date => 2022-07-01T07:00:00.000+00:00,
will_pay_amount_cents => 0
]

```

This user became a patron on 14 July, but the next charge date is 1 July, and both `currently_entitled_amount_cents` and `will_pay_amount_cents` fields are 0.  
Any reason for this to happen?

---

<div class="post-metadata">

### Author: ![codebard](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/codebard/32/14_2.png) [@codebard](https://www.patreondevelopers.com/u/codebard)
#### Post date: [July 15, 2022, 7:26pm UTC](https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801/2 "2022-07-15T19:26:05Z")

</div>

Is your campaign charge up front?

---

<div class="post-metadata">

### Author: ![Sergio](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sergio](https://www.patreondevelopers.com/u/Sergio)
#### Post date: [July 15, 2022, 8:53pm UTC](https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801/3 "2022-07-15T20:53:41Z")

</div>

It is turned on in settings, but my phone number is not verified

 ![IMG_20220715_235048_175](https://canada1.discourse-cdn.com/flex036/uploads/patreondevelopers/original/2X/9/970d7d156fbc2c0978923d618b62caf54a8b48ea.jpeg)

---

<div class="post-metadata">

### Author: ![codebard](https://yyz2.discourse-cdn.com/flex036/user_avatar/www.patreondevelopers.com/codebard/32/14_2.png) [@codebard](https://www.patreondevelopers.com/u/codebard)
#### Post date: [July 18, 2022, 6:06pm UTC](https://www.patreondevelopers.com/t/currently-entitled-amount-cents-is-zero-sometimes/5801/4 "2022-07-18T18:06:42Z")

</div>

Can you DM me the details of this patron (the api return). Also your Patreon page link.
