Liking cljdoc? Tell your friends :D

stripe-clojure.core


get-configclj

Get the current Stripe configuration with sensitive data masked.

Get the current Stripe configuration with sensitive data masked.
sourceraw docstring

init-stripeclj

(init-stripe opts)

Initializes a new Stripe client instance.

Options:

  • :api-key : Stripe API key
  • :api-version : Stripe API version
  • :stripe-account : For Connect, the Stripe account to use
  • :max-network-retries : Maximum number of retries for failed network requests
  • :timeout : Request timeout in milliseconds
  • :protocol : The protocol to use for requests (default: https)
  • :host : Host to connect to (default: api.stripe.com)
  • :port : Port to connect to (default: 443)
  • :rate-limits : Custom rate limits to use
  • :use-connection-pool? : Whether to use connection pooling (default: false)
  • :pool-options : Options for connection pooling (if enabled)
Initializes a new Stripe client instance.

Options:
- :api-key : Stripe API key
- :api-version : Stripe API version
- :stripe-account : For Connect, the Stripe account to use
- :max-network-retries : Maximum number of retries for failed network requests
- :timeout : Request timeout in milliseconds
- :protocol : The protocol to use for requests (default: https)
- :host : Host to connect to (default: api.stripe.com)
- :port : Port to connect to (default: 443)
- :rate-limits : Custom rate limits to use
- :use-connection-pool? : Whether to use connection pooling (default: false)
- :pool-options : Options for connection pooling (if enabled)
sourceraw docstring

shutdown-stripe-client!clj

(shutdown-stripe-client! stripe-client)

Shuts down the given Stripe client instance, releasing any internal and pooled resources.

Shuts down the given Stripe client instance, releasing any internal and pooled resources.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close