Liking cljdoc? Tell your friends :D

stripe-clojure.sources


create-sourceclj

(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
sourceraw docstring

retrieve-sourceclj

(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
sourceraw docstring

stripe-sources-endpointclj

source

update-sourceclj

(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
sourceraw docstring

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

× close