My app requires users to have a valid subscription. Do I need to check manually using the AppsConnector? Or will clover automatically stop the app from loading if there is no valid subscription?
My app requires users to have a valid subscription. Do I need to check manually using the AppsConnector? Or will clover automatically stop the app from loading if there is no valid subscription?
You would need to verify the billing status of the merchant and disable your app features, etc. We will not prevent the app from opening, etc. I don't have a lot of experience with the AppsConnector, you should be able to use that or use the following endpoint https://docs.clover.com/reference#appsgetmerchantbillinginfo-2 and check the status returned, per the docs:
Returns ACTIVE for an active Clover merchant when the merchant's bank account is in good standing. Returns INACTIVE if the merchant was offboarded. Returns LAPSED if the merchant failed to pay Clover for app usage. Returns SUPPRESSED if this merchant will not be billed for reasons such as it's a demo merchant account, test merchant account, or that the merchant’s country is a pilot.
3 People are following this question.