How to Get Cancellation Date via API

Status: Open · Asked by Yusri on · 0 views

Yusri — Question ·

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 — Reply ·

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:
https://apidocs.pabbly.com/

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.

Back to all forum threads · Log in to reply