#raam
1 messages · Page 1 of 1 (latest)
hi! you'd use webhooks to listen for invoice.paid events https://stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions
Other than this how can i get the payment details by retireve the subcription object
what do you mean exactly by 'payment details'?
How do I know if the customer was charged or not if the free trail ends for a subscription? with help of subscription object
Hi, I'm taking over my colleague. Let me catch up.
You can check if the subscription status is active: https://stripe.com/docs/api/subscriptions/object#subscription_object-status
Or if the latest invoice is paid: https://stripe.com/docs/api/subscriptions/object#subscription_object-latest_invoice