#wajajat_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/1397986546606538822
๐ 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.
- wajajat_error, 1 hour ago, 11 messages
Sorry the last message thread was closed
Hello
Do you control your integration here?
It sounds like HighLevel is the one controlling your integration, no?
Gotcha then HighLevel is in control here and you would need to work with them.
I have discuss this with highlevel and they said its strip issue
Do you have an example PaymentIntent ID that I can look at?
I'm happy to look but the reality is that whatever change is needed would need to be done by HighLevel if they control your code.
Yep that is an integration error that your platform needs to fix. The error can be seen here: https://dashboard.stripe.com/logs/req_JV1c0ZbrMmVO23 with an error about the shipping address information that was provided. That shipping address is controlled via the HighLevel code so you need to talk to them.
I'd recommend sharing that request ID with them so they can fix this on their end.
Is there anything you can do here?
No, sorry. This is completely controlled via your integration.
The only people who can fix this is HighLevel.
https://www.loom.com/share/57cd73ec593d471caadeddafcd7e9370
i got this from highlevel
Please have the HighLevel developers reach out to us here if they have questions. We are happy to help them.
The video shows me that they don't understand the issue here.
Can you explain the issue technically so I can inform them?
There is a validation issue during PaymentIntent confirmation where an incomplete shipping address is being provided. If you share https://dashboard.stripe.com/logs/req_JV1c0ZbrMmVO23 with the HighLevel developers then they will be able to troubleshoot this.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The specific error, which you can see in that request's response, is:
message: "When providing a shipping address, `billing_details[email]`, `shipping[address][line1]`, `shipping[address][city]`, `shipping[address][postal_code]` and `shipping[address][country]` must be provided. If the shipping country is the US, `shipping[address][state]` must be provided too.",
One second let me check on one thing.
Yep the core issue comes from the actual PaymentIntent creation request: https://dashboard.stripe.com/logs/req_49jw7YMGy8mbuV -- here only the Shipping Address Country is being passed.
So please provide all of those details to HighLevel and they can troubleshoot.