#Namrata
1 messages · Page 1 of 1 (latest)
Well this is the endpoint to list Subscriptions: https://stripe.com/docs/api/subscriptions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You cna derive from the status and latest_invoice fields whether it has been paid
Ok, let me check
latest_invoice
using this field , I would be able to get it's details?
You'd expand that field and it'd give you the most recent Invoice object associated to the Subscription. There's more details on there regarding payment