Liking cljdoc? Tell your friends :D

stripe-clojure.topups


cancel-topupclj

(cancel-topup stripe-client topup-id)
(cancel-topup stripe-client topup-id opts)

Cancels a topup.

Stripe API docs: https://stripe.com/docs/api/topups/cancel

Cancels a topup.
   
Stripe API docs: https://stripe.com/docs/api/topups/cancel
sourceraw docstring

create-topupclj

(create-topup stripe-client params)
(create-topup stripe-client params opts)

Creates a new topup.

Stripe API docs: https://stripe.com/docs/api/topups/create

Creates a new topup.
   
Stripe API docs: https://stripe.com/docs/api/topups/create
sourceraw docstring

list-topupsclj

(list-topups stripe-client)
(list-topups stripe-client params)
(list-topups stripe-client params opts)

Lists all topups.

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

Lists all topups.
   
Stripe API docs: https://stripe.com/docs/api/topups/list
sourceraw docstring

retrieve-topupclj

(retrieve-topup stripe-client topup-id)
(retrieve-topup stripe-client topup-id opts)

Retrieves the details of a topup.

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

Retrieves the details of a topup.
   
Stripe API docs: https://stripe.com/docs/api/topups/retrieve
sourceraw docstring

stripe-topups-endpointclj

source

update-topupclj

(update-topup stripe-client topup-id params)
(update-topup stripe-client topup-id params opts)

Updates the specified topup.

Stripe API docs: https://stripe.com/docs/api/topups/update

Updates the specified topup.
   
Stripe API docs: https://stripe.com/docs/api/topups/update
sourceraw docstring

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

× close