(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |