(create-source stripe-client params)
(create-source stripe-client params opts)
Creates a new source object.
Stripe API docs: https://stripe.com/docs/api/sources/create
Creates a new source object. Stripe API docs: https://stripe.com/docs/api/sources/create
(retrieve-source stripe-client source-id)
(retrieve-source stripe-client source-id opts)
Retrieves an existing source object.
Stripe API docs: https://stripe.com/docs/api/sources/retrieve
Retrieves an existing source object. Stripe API docs: https://stripe.com/docs/api/sources/retrieve
(update-source stripe-client source-id params)
(update-source stripe-client source-id params opts)
Updates the specified source by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/sources/update
Updates the specified source by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/sources/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close