#guillaume-subscription-list
1 messages · Page 1 of 1 (latest)
@earnest stone do you have a concrete example Customer id and request id?
guillaume-subscription-list
stripe subscriptions list --customer=cus_NZyvaD7bLQHgbe --status=all --limit=100
We just added a subscription, so the list is not empty anymore
But looking at the payments list I should be getting more than one result?
Not sure. Sorry that's just a picture with no information for me to help you debug. I'd need to see the Customer id, your exact code, a real example request id, etc.
im using the stripe cli
stripe subscriptions list --customer=cus_NZyvaD7bLQHgbe --status=all --limit=100
Customer Id : cus_NZyvaD7bLQHgbe
Hum I'm looking at all the requests in the past 15 minutes and none of them passed --limit=100
I've found another Customer
stripe subscriptions list --customer=cus_N96w7Cits6yPfd --status=all --limit=100
CustomerId = cus_N96w7Cits6yPfd
Had a subscription in the past but the listing return an empty list
what happens if you remove the parameters?
same result
you get nothing all without any parameter?
Just using stripe subscriptions list it does list me 3 subscription
ah so not the same result at all right?
Okay so try the original request but add -v 2023-08-16
Can you do the same without the customer id?
Done, it listed subscriptions
Okay so that Customer cus_N96w7Cits6yPfd doesn't have Subscriptions or didn't have any before right?
cus_N96w7Cits6yPfd Had a subscription before yes
right... no invoice
sorry I don't get your answer 😅 Do you agree qwith me? They have no Invoice, so they had no Subscription, so it's normal there's none in the response
I have this payment that is marked for a subscription, we do something that give our customer "free" subscription and maybe this is the case i'm currently getting
Yes i do aggre with you