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

list-source-transactionsclj

(list-source-transactions stripe-client source-id)
(list-source-transactions stripe-client source-id params)
(list-source-transactions stripe-client source-id params opts)

Lists source transactions for a source.

Stripe API docs: https://stripe.com/docs/api/source_transactions/list

Lists source transactions for a source.
   
Stripe API docs: https://stripe.com/docs/api/source_transactions/list
sourceraw docstring

retrieve-mandate-notificationclj

(retrieve-mandate-notification stripe-client source-id mandate-notification-id)
(retrieve-mandate-notification stripe-client
                               source-id
                               mandate-notification-id
                               opts)

Retrieves a source mandate notification.

Stripe API docs: https://stripe.com/docs/api/source_mandate_notifications/retrieve

Retrieves a source mandate notification.
   
Stripe API docs: https://stripe.com/docs/api/source_mandate_notifications/retrieve
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

retrieve-source-transactionclj

(retrieve-source-transaction stripe-client source-id source-transaction-id)
(retrieve-source-transaction stripe-client source-id source-transaction-id opts)

Retrieves an existing source transaction object.

Stripe API docs: https://stripe.com/docs/api/source_transactions/retrieve

Retrieves an existing source transaction object.
   
Stripe API docs: https://stripe.com/docs/api/source_transactions/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

verify-sourceclj

(verify-source stripe-client source-id params)
(verify-source stripe-client source-id params opts)

Verifies a source.

Stripe API docs: https://stripe.com/docs/api/sources/verify

Verifies a source.
   
Stripe API docs: https://stripe.com/docs/api/sources/verify
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close