#infiniteregrets_code
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/1415446102387327038
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
So you just want to use a particular existing customer for a stripe trigger event?
hi i want to send a webhook for testing with a particular customer id
especially payment_intent.payment_failed
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
I get None
Setting up fixture for: payment_intent
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details```
what does "I get None" mean?
Here's your event with cus_T1vMBU1UR60zvi:
https://dashboard.stripe.com/test/events/evt_3S5vfGKf9Qt6dqSL03ydvvRH
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?
from the CLI reference: --override [resource]:[path1].[path2]=[value]