(cancel-refund stripe-client refund-id)
(cancel-refund stripe-client refund-id opts)
Cancels a refund with a status of requires_action.
Stripe API docs: https://stripe.com/docs/api/refunds/cancel
Cancels a refund with a status of requires_action. Stripe API docs: https://stripe.com/docs/api/refunds/cancel
(create-refund stripe-client params)
(create-refund stripe-client params opts)
Creates a refund for a charge, with optional partial amount.
Stripe API docs: https://stripe.com/docs/api/refunds/create
Creates a refund for a charge, with optional partial amount. Stripe API docs: https://stripe.com/docs/api/refunds/create
(list-refunds stripe-client)
(list-refunds stripe-client params)
(list-refunds stripe-client params opts)
Returns a list of all refunds you've previously created.
Stripe API docs: https://stripe.com/docs/api/refunds/list
Returns a list of all refunds you've previously created. Stripe API docs: https://stripe.com/docs/api/refunds/list
(retrieve-refund stripe-client refund-id)
(retrieve-refund stripe-client refund-id opts)
Retrieves the details of an existing refund.
Stripe API docs: https://stripe.com/docs/api/refunds/retrieve
Retrieves the details of an existing refund. Stripe API docs: https://stripe.com/docs/api/refunds/retrieve
(update-refund stripe-client refund-id params)
(update-refund stripe-client refund-id params opts)
Updates the specified refund by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/refunds/update
Updates the specified refund by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/refunds/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close