#tika_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/1383144816623484981
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
how does stripe send sigma query results to a webhook? where can i modify the webhook it sends to?
Where did you see this endpoint from? Could you share the doc link?
This feature is in private preview. Have you signed up for the access?
Can you share the request ID (req_123) with this error, so that I can double check if the access is indeed granted? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
we had AWS workbench disabled in the dashboard (we had already configured eventbridge before workbench came out), so we were unable to see our pre-existing AWS eventbridge without re-enabling workbench
which led to confusion about where tf the webhook originated
Could you share the request ID with the error, so that I can look into the request and your account set up?
curl -G https://api.stripe.com/v1/sigma/saved_queries/list \
-H "Authorization: Bearer ${SIGMA_API_KEY}"
{
"error": {
"message": "Unrecognized request URL (GET: /v1/sigma/saved_queries/list). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",
"request_log_url": "https://dashboard.stripe.com/logs/req_BlyrjEhwReI525?t=1749837733",
"type": "invalid_request_error"
}
}
this was the core of our issue, we appreciate that the API is in beta
Your account hasn't been added to access the Sigma API private preview
The sign up form is to only indicate the interest of early access to the Sigma API
It doesn't mean that the access is granted
This is the Sigma in the Dashboard
Sigma API has different access from the Dashboard
I wish I could help, but this chat is focused on technical integration questions. For the access to the private preview feature, our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
okay no worries
how do i manually send a Stripe Sigma query to a webhook?
it is newly scheduled, so has never run yet
If you scheduled a query, sigma.scheduled_query_run.created event will be created, which your server can then retrieve the information via the URL in file.url: https://docs.stripe.com/stripe-data/schedule-queries#receiving-results-as-webhooks
how do i manually send a Stripe Sigma query to a webhook?
Do you mean you would like to trigger a Sigma query, so that the webhook event can be sent?
yes exactly
As the public feature for Sigma is only on Dashboard, I'm afraid I don't have necessary expertise about how to trigger Sigma query manually in the Dashboard. I'd recommend also checking with Support https://support.stripe.com/contact on how this can be achieved
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Alright, yeah no worries thank you
No problem! Happy to help 😄