Liking cljdoc? Tell your friends :D

dev.gethop.payments.stripe


default-backoff-msclj

source

default-idempotent-post-reqs?clj

Specifies whether to use idempotent keys in POST requests. All Stripe's POST requests support idempotent keys. GET and DELETE methods are idempotent by default.

Specifies whether to use idempotent keys in POST requests. All
Stripe's POST requests support idempotent keys. GET and DELETE
methods are idempotent by default.
sourceraw docstring

default-initial-delayclj

Initial delay for retries, specified in milliseconds.

Initial delay for retries, specified in milliseconds.
sourceraw docstring

default-max-delayclj

Maximun delay for a connection retry, specified in milliseconds. We are using truncated binary exponential backoff, with max-delay as the ceiling for the retry delay.

Maximun delay for a connection retry, specified in milliseconds. We
are using truncated binary exponential backoff, with `max-delay` as
the ceiling for the retry delay.
sourceraw docstring

default-max-retriesclj

Default limit of attempts for Stripe request.

Default limit of attempts for Stripe request.
sourceraw docstring

default-timeoutclj

Default timeout value for an connection attempt with Stripe API.

Default timeout value for an connection attempt with Stripe API.
sourceraw docstring

default-webhook-toleranceclj

Used when verifying webhook headers. Maximum difference in seconds allowed between the header's timestamp and the current time.

Used when verifying webhook headers.
Maximum difference in seconds allowed between the header's
timestamp and the current time.
sourceraw docstring

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

× close