Know when a user started buying a tier

Hi, I read the api documentation and I couldn’t find a way to know when a user started to buy a specific tier. With the patreon update that allows you to sign up for a subscription and get paid the same day a month later, I need to know when the user’s subscription started in order to recharge those bonuses.

Checking pledge history of a user…

https://docs.patreon.com/#oauthclient

…when type is pledge_start, it would tell you when a user subscribed & paid you for the first time. When type is subscription, it would tell you that an existing patron made another subscription payment in the subsequent months. So whenever you see either, you should be able to recharge the patron’s bonuses.