#ezequielpato.
1 messages · Page 1 of 1 (latest)
Hi there!
So you have a customer ID (cus_xxx), and want to check if they have an active Subscription?
Yes, let me check
Then you can use this: https://stripe.com/docs/api/subscriptions/list
If you pass an existing customer ID, it will return all Subscriptions for that user.
Then check if the Subscription's status is active.
Ok Then. I'll read this link.
Yes, I have the customer ID 👌
Then yes, try what I suggested above.