(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:
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 {...} ...})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close