• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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