#infiniteregrets_code

1 messages ยท Page 1 of 1 (latest)

merry nebulaBOT
#

๐Ÿ‘‹ 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/1415446102387327038

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

undone sphinx
#

hi there!

#

So you just want to use a particular existing customer for a stripe trigger event?

analog portal
#

hi i want to send a webhook for testing with a particular customer id

#

especially payment_intent.payment_failed

undone sphinx
#

let me test

#

I think your syntax just needs to be tweaked:

stripe trigger payment_intent.payment_failed --override payment_intent:customer=cus_T1vMBU1UR60zvi

#

try that

analog portal
#

I get None

#
Setting up fixture for: payment_intent
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details```
undone sphinx
analog portal
#

hmm

#

i meant like api response i see in rust displays it as None / Null

#

nvm, its working!

#

thanks!

#

why is the prefix, payment_intent?

undone sphinx
#

from the CLI reference: --override [resource]:[path1].[path2]=[value]