#ya-yang_api

1 messages ¡ Page 1 of 1 (latest)

swift basinBOT
#

👋 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/1319709311076925531

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

lament cipher
#

Hello! To create a Checkout Session for an existing Customer you need to set the customer parameter on the Checkout Session to the ID of the Customer in question. It's not based on email address.

long barn
#

on Stripe, do you know how we can merge the customers since we use the email address to create new checkout sessions?

lament cipher
#

It's not possible to merge Customers.

long barn
#

Do you know why certain product and price do not have any plan id associated with them?

lament cipher
#

Plans are an older, legacy concept. They were replaced with Prices. Everything is backwards compatible, though, so you can use Plans as Prices.

long barn
#

thanks!

#

One question related to "merging customer" -- since we have created a new checkout session using the existing customer emails, but it's creating new records, we are trying to see if there is a way to migrate the invoice payment from the new customer record to the pre-existing one?

lament cipher
#

There is not. You'd need to void the existing Invoice and create a new Invoice for the existing Customer.

long barn
#

ohh no

#

the invoice is already paid

lament cipher
#

Ah, then no, there's nothing you can do.