(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close