#abuznego_error
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/1222357221271142450
đ 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.
- abuznego_best-practices, 1 day ago, 29 messages
hi there!
hi there!
I'm not sure I understand your question.
what are you trying to do and what is the issue?
This event is being received in my system as {:error, %{"inv" => [%{"err" => [%{"code" => -15, "msg" => "Address not found."}], "itms" => [%{}]}]}} https://dashboard.stripe.com/events/evt_1Oxk03F5n5KjLa7RNOEJr3wv
customer_address and customer_shipping.address are populated so i am not sure what is going wrong
I'm not sure what you mean by This event is being received in my system as ...
Stripe sent you the full event object, and your server responded with a 500 error. so you'll need to check your server logs to understand what's the issue on your end.
yes but this is what the system is getting for that event
this is not what Stripe sent you. this is an error message that your server generated. you need to find the full error message to try to understand the issue o your end.
is the invoice going to get charged as is now that's been 3 days?