(delete-secret stripe-client params)
(delete-secret stripe-client params opts)
Deletes a secret from the Stripe Apps secret store by name.
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/delete
Deletes a secret from the Stripe Apps secret store by name. Stripe API docs: https://stripe.com/docs/api/apps/secret_store/delete
(find-secret stripe-client params)
(find-secret stripe-client params opts)
Finds a secret in the Stripe Apps secret store by name.
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/find
Finds a secret in the Stripe Apps secret store by name. Stripe API docs: https://stripe.com/docs/api/apps/secret_store/find
(list-secrets stripe-client)
(list-secrets stripe-client params)
(list-secrets stripe-client params opts)
List all secrets stored on the given scope.
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/list
List all secrets stored on the given scope. Stripe API docs: https://stripe.com/docs/api/apps/secret_store/list
(set-secret stripe-client params)
(set-secret stripe-client params opts)
Create or replace a secret in the Stripe Apps secret store.
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/set
Create or replace a secret in the Stripe Apps secret store. Stripe API docs: https://stripe.com/docs/api/apps/secret_store/set
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close