#garymoon
1 messages · Page 1 of 1 (latest)
linkify the myriad Stripe IDs the way the webhook event list does
I'm not sure what this means. Can you be more specific about what you want to do with Stripe IDs?
If I have an ID that looks like cus_MwJ3I5oF[snip], we know that's a customer because of the cus_ prefix, and if we put https://dashboard.stripe.com/test/customers/ in front of it, we'll be able to see the customer in the dashboard.
I'm looking for a list that associates the ID prefixes with the dashboard URLs, so that I can link IDs in API responses to the dashboard.
The webhooks section of the dashboard does this for any IDs in the webhook requests, apparently on the client side from looking at the dashboard responses.
Open any webhook, select a request, and you'll see any IDs in the JSON blob are hrefs to the correct dashboard location for that ID type: https://dashboard.stripe.com/test/webhooks.
Ahhhh, okay I see. I don't believe any such list exists. That would be a cool feature though. Happy to give that feedback to the product team for you
Please and thank you 🙂
I don't suppose non-minified versions of the Stripe dashboard JS are available?
Not that I know of, no