Hi there,
The Secret Store API enables your app to:
- Securely store and retrieve authentication credentials
- Keep users authenticated with third-party services, even if they sign out of stripe.com and sign in again
- Securely pass secrets between your UI extension and backend
I want to use the Secret Store API in a Stripe App to store an API key for each Stripe account my App is installed in. I want my backend to receive a webhook event from a particular account and then retrieve the secret for that account.
Is this possible? The API docs for finding a secret seem to suggest
I can't provide an account ID? Does this mean I can only retrieve the secret from the Stripe hosted frontend?
Thanks in advance for your hlpe
Dan