#captainplantain_best-practices

1 messages ¡ Page 1 of 1 (latest)

peak ridgeBOT
#

👋 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.

vapid quarry
#

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

glacial hatch
#

Okay, I figured. Thanks. Curious to hear more what the best practice is in this case.

peak ridgeBOT
glacial hatch
#

I don't recall if you can update the customer's name

dusty pebble
#

Hello! I'm taking over and catching up...

#

You can update a Customer's name, yep.

glacial hatch
#

Can the business update their own payee's name from the customer portal?

dusty pebble
#

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.

glacial hatch
#

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.

dusty pebble
#

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.

glacial hatch
dusty pebble
#

Happy to help!

glacial hatch
# dusty pebble 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 OwlGG