#hendr1x_api
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/1342612132331524157
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hendr1x_api, 1 day ago, 11 messages
- hendr1x_api, 3 days ago, 9 messages
Hi, what limiations are you specifically referring to?
It is my understanding that once a customer is attached to a paymentIntent/setupIntent it can not be changed
What about it are you trying to change? Can you be way more specific so I can properly shared next steps/ guidance?
I fail to see how I can be more specific. Payments have customers on them. I need to have the ability to change the customer that is attached. For example, a customer might login post creation.
So you're asking if you can transfer the attached payment method to another customer?
I'd like to detach a customer from a payment
and then optionally attach a different one
That is very clear, thank you!
You're right, you can't do that, and you will want to detach the payment method, and create a new payment method to attach to the customer.
does canceling the paymentIntent/setupIntent automatically detach the payment method or do I have to do it manually prior?
You will need to make a request to detach the payment method: https://docs.stripe.com/api/payment_methods/detach
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.