#blockChain_engr
1 messages · Page 1 of 1 (latest)
Hi
Can you share more details please about this ?
What action did triggered that message and what you want to achieve ?
I am testing the webhook locallu
locally**
it gives above message
when I authenticate
Ty to login in to your stripe test account using this command stripe login
or use a test secret key following stripe login --api-key sk_test_....
be patient.
my guess is there is something unusual about your account, or you're using Connect and trying to use the API key of a connected account directly? Does that seem possible?
do you happen to know the account ID acct_xxx of your own account? It's in the dashboard on https://dashboard.stripe.com/settings/account .
That is not a "real" account, it's a test mode Standard Connect account; it can't use stripe-cli directly
what are you really trying to do at a higher level? For example usually you'd use stripe-cli on your own main platform account, or your personal dev Stripe account; there are ways to listen to events that happen on your connected account.
how can I have stripe dev account?
it's just your normal Stripe account that you create by going to stripe.com
I am trying to listen to payment_intent events.
in your case for example you have this main Stripe account called 'NINJADEV' and that's the accout who's keys you should be using for stripe-cli
and they happen on the connected account?
then you just stripe login to your main platform account
can you please tell how to look for additional data ?
and then you use stripe listen --forward-connect-to= to get the Connect events happening on the connected accounts
what will be value of --forward-connect-to= ?
to forward events that happen on your connected accounts, to the endpoint
like localhose:3000/webhook/... right?
yes
can you please tell how to look for additional data ?
what does "additional data" mean exactly?
In order to listen to event, inside the payload I need 2 additional param, id and address
got it?
no, I don't. Can you elaborate?
what's an example of what this ID or address would look like? where do they come from ? are they fields in our API?