#vilesa - keys
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
Where are you seeing these? Your integration should be using pk_ in the client and sk_ (or rk_) on the server
"uk_" keys is what stripe dashboard uses
You should not use these in other contexts, no
ok in that case my question is:
I need to retrieve cards 'issuer'
for some reason stripe does not expose this through 'retrieve payment method" api
but stripe exposes this on the dashboard
how can I programmatically get a card "issuer" ?
You can't, using the public API. I suggest writing in to support with a description of your use case for this to see if there are any other options for you: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
is there any reason behind this?