• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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