#Xephox
1 messages · Page 1 of 1 (latest)
Hi, no your API keys are only available via the Dashboard: https://stripe.com/docs/keys#reveal-an-api-secret-key-for-test-mode
oh damn! we setup stripe connect accounts for our clients and we have all information about it. It would be helpful if we could get the publishable key on the BE somehow. Is it not possible even for connect account?
No, you'd use Stripe Account header for these connect calls: https://stripe.com/docs/connect/authentication
so I would like pass the Publishable Key from the backend to the FE as I need a publishable key on the FE and i don't want our client to get involved with api keys