Subscription: how can I retrieve the day in which the subscriber subscribed for the first time?

Hi,

I want to check for the date in which a user had subscribed to plan for the first time.

Example:
I subscribed on 15th of November
I get charged on 15th of December
I get charged again on the 15th of January

When I retrieve a subscription I get the “start_date” but that is the start day of the current billing period (e.g. 15th of January) or is that the 15th of November?

Thanks

What’s your application ID and the subscription_id. The created_at should definitely be in the response from the Subscriptions API. :slightly_smiling_face:

Oh, it’s created_at (I did not know it was that one)!! Got it, that appears in the response.

Subscription ID: 01251523-3221-42a1-865e-dd2a730560a2
App ID: sq0idp-8kztSVgh4k2MrA47TAO_XA

Creeated at is created_at 2023-02-11T01:54:44+01:00

Yep, that’s the one you want to use. :slightly_smiling_face: