#alexesch_api

1 messages ¡ Page 1 of 1 (latest)

glass bronzeBOT
#

👋 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/1222804513224921188

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

quartz thistle
#

hello, in documentation there are such event (screenshot 1)
but in webhook settings, this event is missing (screenshot 2)

loud garnetBOT
static cloak
#

hi there!

#

which webhook event do you want to listen to exactly?

#

if it's not in the list, it means it doesn't exist.

quartz thistle
#

is in the list

static cloak
quartz thistle
#

tyes

#

yes

static cloak
#

having a look

#

it works for me:

#

can you try searching for "source" instead of "customer"?

quartz thistle
#

weird

#

i can't see this event

#

previous screenshot was retrieved from EDIT existing webhook, but, if i'll create a new one, same issue

static cloak
quartz thistle
#

acct_14bHNiJaf89hC41I

static cloak
#

thanks, having a look

quartz thistle
#

well, i can try
but why do i have to use api instead of UI?

static cloak
#

not sure, we are not very familiar with the Stripe dashboard here on Discord. maybe it's a bug.

#

or it's because you are using a very old API version for 2014.

quartz thistle
#

is possible to update stripe api version in dashboard?

static cloak
loud garnetBOT
quartz thistle
#

soma, we can update the api version by using sdk
but, why this event is not visible in the dashboard

cyan crown
#

Hmm could you elaborate again which event is missing

quartz thistle
cyan crown
#

Okie I have it

#

hmm

#

Oh you have a very old API version

#

2014

quartz thistle
#

wait a second
as far i know, the api version is related to outcoming requests from my end
is not related to the dashboard

#

oh, i see

#

and this, can broke our whole project

cyan crown
#

Yes don't do it yet

#

You should test it carefully with individual requests, but that's a different story

#

for the event not available, I think it relates to the API version

quartz thistle
#

so, when i'll update the api version from the dashboard, i'll be able to use new events, right?

#

for now, to replace this functionality, i can use
card.created
and check for the source of this user,

cyan crown
#

Not sure about card.created

#

It's a different event

quartz thistle
#

i know, but in our case
new source = new card
new card = card.created

i'll check if it will work

thank you!