#captainplantain_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1295510724701065237
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
No, it's not possible to take an existing Subscription and associate it with a different Customer object
update the sub from one payee to another
Can you share more about this? It's possible for a Customer to add a new PaymentMethod but I'm not quite sure that's what you're looking for
Okay, I figured. Thanks. Curious to hear more what the best practice is in this case.
Adding a new payment method is easy enough but if the person paying is completely different, I expect that we wouldn't want another person to have access to updating that payment data
I don't recall if you can update the customer's name
Can the business update their own payee's name from the customer portal?
So one possible approach would be to change the Customer's details to match the new person, and update the Payment Method being used. I don't know if that will work for you or not, it depends on if you're using that same Customer for any other purpose.
I don't think so, no. You'd need to build something custom for that on your end.
I'm just trying to avoid having to ask customers to share PII so that I can update their account. I guess, at minimum, I'd have to manually update their email and name so that they can access the Customer Portal
Other than going with my current route of canceling their sub and then having the new person re-buy the sub
I'm also unsure of any tax implications of manually changing a customer entry.
I can't speak to the tax piece, but I will say we don't generally recommend you reassign a Customer from one person to another. Customers in Stripe are designed to represent a particular entity that pays you, be it a person/business/org/etc. They're not designed to be transferred from one of those to another.
Our recommended approach in this case would be to cancel the Subscription and start a new one using a separate Customer object.
Okay thanks. That's in line with what I could gather but wanted to make sure I was missing some other solution. Appreciate the info.
Happy to help!
I just added a </premium:1292610457320030321> command to my discord bot. Trying to cover all edge cases haha. Have a good week 