#0xL34N
1 messages · Page 1 of 1 (latest)
Hi
How can I help you ?
Hi!
I am looking for the best way to know the status of a customer's subscription. I try with the following command, but it does not bring them in development mode:
this.stripe.customers.retrieve(customerID)
You can list all the customer subscription using this API instead:
https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
Oh great
Do you know what is the event that comes through Webhook when a subscription cannot be paid and also when the user cancels it?
You can find all the webhook events in this guide:
https://stripe.com/docs/billing/subscriptions/webhooks
Welcome!