#Yahav-requests
1 messages · Page 1 of 1 (latest)
@tidal chasm hello there! I can try to help, what exactly are you seeing(or not seeing)?
@weary grove Hi!, I wanted to verify something with you, is that possible to use the stripe dashboard to see logs about this request: https://stripe.com/docs/js/tokens_sources/create_token?type=cardElement
Complete reference documentation for the Stripe JavaScript SDK.
yep, they should appear in your API logs at https://dashboard.stripe.com/test/logs
was there something specific you're trying to track down or debug?
yes this request: stripe.createToken(cardElement,data?) (you can see it in the link above I've sent)
I dont see in under the logs section, do you?
I do see for example this request: "/v1/charges" and some others, but not the "create token" one
they show for me when I create a Token using Elements, yes.
Ok so I'll look for tokens request. I dont see it atm, thanks!
Are you checking in the correct mode (test/live)?
yeah im on the test mode, I do see the "charges" requests and some more
but for some reason no "tokens", even though I do see it on the website console (I've printed the result of the promise)
Can you share one of the tok_ IDs?
sure, for example my latest is: tok_1K1rvKJfLVdC8LmPMAN0Fe6D
Hmm I see it right there in the list. He's the Dashboard link: https://dashboard.stripe.com/test/logs/req_HWYM9Jz1nttF91
maybe its related to my key? I see this when I click this link:
Are you signed in to the correct account?
what is considered correct? I do see other requests logs
Specifically acct_1Ddh6vJfLVdC8LmP
No I have a different ID, can it be shown there?
Sure
This was the ID of the keys used to make that Token ID you shared
So you're seemingly signed in to the Dashboard of a different account
Oh I understand now
so I will find out where to log with this account or change the account
You need to make the requests with the API keys of the correct account I guess
Yes you are correct, thank you!
Np!