#micxzy_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/1274025318428053627
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐
I'm not sure I understand what you mean by "ive already use all cookies in request but can't seems to help it". This seems to be a confirmation request for a hosted Checkout Session, you don't make those confirmation requests, our checkout flow should be making those requests.
For Checkout Sessions, the API interaction is to create the Checkout Session. We don't have an API for confirming those, that is handled by our page.
in this part
the response is always
{'error': {'message': 'An error has occurred confirming the Checkout Session.', 'request_log_url': 'https://dashboard.stripe.com/logs/req_e2PzvYF9fLUx9d?t=1723821625', 'type': 'invalid_request_error'}}```
yes
That's not the way to use Checkout Sessions like this. The confirmation request is triggered from our UI.