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