#oreo_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/1430512975768326214
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Taking a look
Thank you
Can you try omit the city param?
Does it work with other GB addresses? I'm seeing no obvious issues or anything in logs pointing to a specific field
It does work with other addresses tried about 100, it's just this one is failing now
I'll try without City now
and let you know
won't allow it {
"error": {
"message": "The address in your request is invalid. You must specify the city for GB addresses.",
"param": "shipping.address",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_X6wXU5ucUZZqYc?t=1761132491",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So I checked Google for the address and notice that it lists a difference city/2nd line
FWIW we use a third-party address validator so chance are it can't find the address you're providing
I actually tried with address line 2 as well, same error, so is it confirmed third-party validator issue?
I wouldn't say confirmed, but based on logs I can see it points to the validation failing which is via a third-party service
with line2 added the error is {
"error": {
"message": "The shipping address in your request is invalid.",
"param": "shipping.address",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_WzxR9V3yl6hPtg?t=1761132748",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks for checking though! I think I'll use a different address