#jellybeer-_code
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/1367126626147766344
๐ 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.
- jellybeer-_code, 1 day ago, 35 messages
- jellybeer-_code, 1 day ago, 27 messages
- jellybeer-_code, 4 days ago, 13 messages
- jellybeer-_code, 5 days ago, 14 messages
- jellybeer-_checkout-modes-prices, 6 days ago, 37 messages
extra info:
i use stripe elements.
the checkout.php is connected to the index.php using fetch and there i choose wich payment method i use and all.
i also got the payment button there that send the data to the webhook.php and there the paymennt data is saved into the customer.
Hi there ๐ sorry if I overlooked it, but I'm not seeing a question in your post. What is your ask here?
do you maybe know the reason for this problem:
okay so in my checkout.php i got the function that creates a customer. but for some reason when i checkout 2 customers are created. idk how but i only have one function that creates a customer. maybe it is because i got the customer update in the webhook or something.
sorry if you dont understand it, i am bad at asking things ahha
also forgot to say, it happens sometimes not always, but i cant seem to find the problem
Well, the problem is we won't sit down and go through all of your code like that in this forum. If you have a more specific question about how our API works, then that I can be of more help with.
My suggestion would be to add logging to your code and then test the flow. Then you can check your logging to see exactly which path your code went down and work to figure out why.