#tika_api

1 messages · Page 1 of 1 (latest)

vocal riverBOT
#

👋 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.

hard fox
#

how does stripe send sigma query results to a webhook? where can i modify the webhook it sends to?

ruby timber
#

Where did you see this endpoint from? Could you share the doc link?

hard fox
ruby timber
#

This feature is in private preview. Have you signed up for the access?

hard fox
ruby timber
#

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

hard fox
#

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

ruby timber
#

Could you share the request ID with the error, so that I can look into the request and your account set up?

hard fox
#
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"
  }
}
hard fox
ruby timber
#

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

hard fox
#

we are actively using it though

#

withdelphi.com is our website

ruby timber
#

This is the Sigma in the Dashboard

#

Sigma API has different access from the Dashboard

hard fox
#

I see okay

#

can we be added to Sigma API please

ruby timber
#

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

hard fox
#

okay no worries

#

how do i manually send a Stripe Sigma query to a webhook?

#

it is newly scheduled, so has never run yet

ruby timber
#

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?

ruby timber
#

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

hard fox
#

Alright, yeah no worries thank you

ruby timber
#

No problem! Happy to help 😄