How to get the number of app installations?

I checked the section under subscriptions but couldn’t find anything listed under plans or subscribers.

I know that is one new installation but couldn’t tell if it is still there or not. Where to find such info? thanks

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
https://developer.squareup.com/docs/app-marketplace/requirements/subscriptions-api

Additional Documentation

Onboard to Square Appointments
Square Developer Tools
Install the In-App Payments SDK

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

In the Square Developer Dashboard, you can manage your subscriptions under the “Subscriptions API” section. However, specific details about subscription plans and subscribers are not directly accessible through the Developer Dashboard.

To manage subscription plans and subscribers, you need to use the Subscriptions API. This API allows you to create and manage subscription plans, as well as enroll customers in these plans.

For managing subscription plans, you can use the CreateSubscription and UpdateSubscription endpoints. For managing subscribers, you can use the SearchSubscriptions and RetrieveSubscription endpoints.

Remember, when you change a subscription plan name or phase price, the change is effective immediately on any existing subscriptions for the plan. If you don’t want this to happen, you can create another subscription plan.

Also, note that the Subscriptions API requires customers to have a profile in the seller’s Customer Directory to enroll them in a plan. The customer profiles must also include a valid email address because Square sends the subscription invoices and receipts to this email address.

This answer was reviewed by @Bryan-Square.