#max-third-vibes_api

1 messages ยท Page 1 of 1 (latest)

lunar nacelleBOT
#

๐Ÿ‘‹ 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/1277674633620881492

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

torn igloo
lost forum
#

What are you actually trying to do here?

#

You created a Subscription with default_incomplete payment behavior

#

For a Customer that does not have a saved payment method

#

So this is totally normal that it winds up in a stauts of incomplete

torn igloo
#

Would i be able to not create a new customer when a customer with specific email address already exists, and use existing customer?

lunar nacelleBOT
lost forum
#

Sure. You can use the Customer List API to search for Customer objects by email and then just re-use the first one in the list (or whichever makes sense for you).