-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
payment_methods endpoint returns hasSubscription true for canceled subscriptions #571
Comments
I don't think it's related to #566 I think the logic we are using to populate the value just checks if there is a subscription object attached to the payment method at all, regardless of the status of the subscription. We'll have to think about the best way to handle this situation. It's pretty clear cut that the subscription is tied to the payment method when the status is My assumption here is that |
What we observed is that on some cases Thanks a lot for the reply, looking forward for the solution that will be covering all the terminal states. |
OK, I've done a little research on this. I think I'm correct that if a payment method has an associated subscription in a
So I think it's a little up to interpretation here whether or not a Does that track with your use case @charidimostzed ? Or do you have a different perspective? |
Hello @crookedneighbor, yes this is covers up our needs fully. Thank you very much! |
Hello @crookedneighbor! Do we have any updates on this one? thank you very much |
No update yet, we have a lot of things on our plate and this has not yet been prioritized. I would encourage you to reach out to our support team or your account manager to get more visibility on this improvement. |
@crookedneighbor thanks a lot for the reply! |
General information
Issue description
Hello there,
Regarding the
/payment_methods
endpoint, we noticed thathasSubscription:true
is returned for cards that their subscriptions have been canceled. Are there any recent changes to the endpoint?Is this maybe connected to #566?
Thank you in advance
The text was updated successfully, but these errors were encountered: