#tyson

1 messages ยท Page 1 of 1 (latest)

dusky oarBOT
worldly helm
#

it's just stripe trigger invoice.updated ... not sure why you have the < >

radiant cargo
#

Nice i have corrected and i am seeing this

worldly helm
#

updated, not update

radiant cargo
#

oooo thanks

radiant cargo
#

So its working but is not calling ot my endpoint

#

Its also not making a graph here!

#

@worldly helm

twilit isle
#

Hi there!

radiant cargo
#

Indeed the event is evt_1MSJ9TGyTHRDmBrwxnmel8lR

twilit isle
#

This event happened on your platform account, but it looks like you only have connect webhook endpoint. So it's expected you didn't recieve this event.

radiant cargo
#

O ok so whats the solution?

#

I do want it to be for connect

#

i am trying to get the request data sent to my platfrom so i can itergrate it

twilit isle
#

I'm confused. The event you shared is not coming from a connected account. So you should create a webhook endpoint that is not connect.

radiant cargo
#

But it is connect

twilit isle
#

There are two types of webhook endpoint:

  • account webhook -> listening to events on your own account
  • connect webhook -> listening to events on your connected account
    You only have connect webhook endpoints, so you cannot listen to events happening on your own account
#

So you need to create a new account webhook endpoint (and to connect webhook endpoint)

radiant cargo
#

even though it says it is

twilit isle
radiant cargo
#

oooo

#

what am i doing wrong?

twilit isle
#

What are you trying to do? Do you want to use the CLI to trigger an event on a connected account?

radiant cargo
#

yes!

#

i used the --stripe-account acc_ call so i throguht i was doing that?

twilit isle
#

Can you share the command you typed?

radiant cargo
#

the trigger i used was

#

stripe trigger invoice.updated --stripe-account acct_1LsV3iEmAsCUvewd

twilit isle
#

Yes, this is creating the events on the connected account acct_1LsV3iEmAsCUvewd.

#

And I can see the events, for example evt_1MSJJvEmAsCUvewdJq9MV5ID on acct_1LsV3iEmAsCUvewd

radiant cargo
#

Wht are they not being for the one i spesify

#

i said stripe trigger invoice.updated --stripe-account acct_1LsV3iEmAsCUvewd

#

it is this is weird

#

what possible explanations could explain why bubble.io is not reciveing the data?

twilit isle
#

I know nothing about bubble, sorry. But I confirm that event evt_1MSJJvEmAsCUvewdJq9MV5ID on account acct_1LsV3iEmAsCUvewd was sent to your connected webhook endpoint (zapier and bubble). And you should see them in your Stripe dashboard.

radiant cargo
#

This is how you set up a webhook in bubble i knwo you dont kneo anything about it but could you see if i have done anyhting obisouly wrong?

eternal wasp
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

ok so basically you're creating a new bubble endpoint invoicechanged

#

to initialize the endpoint

radiant cargo
#

Hi!

#

i got it too work

#

I want to test my logic how would i set a invoces that i spesificy to status = open?

#

Hello again @eternal wasp hows your day going

eternal wasp
#

hey @radiant cargo sorry for keeping you waiting, it's been quite busy in discord today

#

are you creating one-off invoices?

#

or are these part of subscriptions?

radiant cargo
#

No worries, i am on here all the time during this build its funny i just recognises beasically all your names ahah

#

subscription invoices

eternal wasp
#

yes it's not the first time that we've interacted before

#

we're happy to be part of your journey to success @radiant cargo

#

keep it up

radiant cargo
#

Thank you !!!!

#

Your customer support is the bar i'll reach for wiht my customers

eternal wasp
#

that's really sweet of you to say

radiant cargo
#

But yeah i am using subcription invoices, how would i set a invoces that i spesificy to status = open?

remote trellis
#

Hi there ๐Ÿ‘‹ I'm jumping in as my teammate needed to step away.

#

Once you finalize the Invoice, it will move to an open state.

radiant cargo
#

I want to trigger it to move to a ppen state via CIL

#

is that possible

remote trellis