• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

How to Get Cancellation Date via API

Yusri

Member
Hello,
I have been dumbfounded in how to get subscription cancellation date as the subscription list i got via API doesnt return when the subscription was cancelled. I need to get the dates where the subscriber cancelled or the subscription was turned to pending due to payment failure.

Please let me know where to look as I couldnt find it.
 

Soumya Tripathi

Member
Staff member
Hello! @Yusri
As we have verified on our end, using APIs such as "GET: List All Subscriptions By Customer ID", "GET: Get Single Subscription", and others, you can retrieve details of canceled subscriptions, including the cancellation date.

For a better understanding, please refer to our API documentation:

Additionally, here is an example where we used the API endpoint:
GET: https://payments.pabbly.com/api/v1/subscription/{subscription_id}
The subscription cancellation details, along with the cancellation date, are visible in the response.

1733483622013.png
 
Top