Hello Community,

We are currently using the Converge payment plugin for subscription integration on our nopCommerce website. While the subscription and product purchases are functioning smoothly, we are encountering an issue regarding token validity management.

Our setup involves token generation for secure data transmission to another server. When users subscribe, a token with one month validity is stored in the database. However, since subscriptions are recurring payments, we need a mechanism to update the token validity for each payment cycle, typically on a monthly basis, in the payment server.

Unfortunately, the existing plugin lacks this functionality, such as a recurring payment monitoring feature or webhook support, similar to what's offered by other gateways like Stripe or PayPal.

We are currently under a deadline for our project and are seeking a plugin that meets the following requirements:

Monitors recurring payments at specific intervals (e.g., daily or hourly).
Upon successful payment, retrieves the response using the recurring ID.
Passes the response data to designated services for further processing.
If anyone in the community is aware of such a plugin or has suggestions for implementing this functionality within our current setup, we would be immensely grateful for your assistance.

Thank you in advance for your help and support.