Liking cljdoc? Tell your friends :D

stripe-clojure.test-helpers.confirmation-tokens


create-confirmation-tokenclj

(create-confirmation-token stripe-client params)
(create-confirmation-token stripe-client params opts)

Creates a test-mode confirmation token.

Stripe API docs: https://docs.stripe.com/api/confirmation_tokens/test_create

Accepts:

  • params: a map of parameters to be sent in the request.
  • opts: an optional map for request options.

Example: (create-confirmation-token {:payment_method_data {...} ...})

Creates a test-mode confirmation token.

Stripe API docs: https://docs.stripe.com/api/confirmation_tokens/test_create

Accepts:
  - params: a map of parameters to be sent in the request.
  - opts: an optional map for request options.

Example:
  (create-confirmation-token {:payment_method_data {...} ...})
sourceraw docstring

stripe-test-helpers-confirmation-tokens-endpointclj

source

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

× close