Liking cljdoc? Tell your friends :D

stripe-clojure.config


api-keysclj

source

base-api-versionclj

source

default-client-configclj

source

mask-api-keyclj

(mask-api-key api-key)

Masks the middle portion of an API key, showing only the first 7 and last 4 characters. Example: 'sk_test_asdasdasadsad9Rglkf' -> 'sk_test...glkf'

Masks the middle portion of an API key, showing only the first 7 and last 4 characters.
Example: 'sk_test_asdasdasadsad9Rglkf' -> 'sk_test...glkf'
sourceraw docstring

mock-modeclj

source

stripe-api-namespaceclj

source

stripe-endpointsclj

source

stripe-server-rate-limitsclj

Stripe's actual server-side rate limits per their official documentation.

Key insights:

  • Live mode: 100 operations/second globally
  • Test mode: 25 operations/second globally
  • Individual endpoints: 25 requests/second default
  • Most limits are much lower than 1000 req/s
Stripe's actual server-side rate limits per their official documentation.

Key insights:
- Live mode: 100 operations/second globally
- Test mode: 25 operations/second globally  
- Individual endpoints: 25 requests/second default
- Most limits are much lower than 1000 req/s
sourceraw docstring

stripe-v2-api-namespaceclj

source

stripe-v2-endpointsclj

Stripe API v2 endpoints.

V2 API differences from v1:

  • Request encoding: JSON instead of form-urlencoded
  • Pagination: URL-based instead of cursor-based
  • Field expansion: 'include' parameter instead of 'expand'
  • Idempotency: 30-day window instead of 24-hour
Stripe API v2 endpoints.

V2 API differences from v1:
- Request encoding: JSON instead of form-urlencoded
- Pagination: URL-based instead of cursor-based
- Field expansion: 'include' parameter instead of 'expand'
- Idempotency: 30-day window instead of 24-hour
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close