(close-dispute stripe-client dispute-id)
(close-dispute stripe-client dispute-id opts)
Closes the dispute with the given ID.
Stripe API docs: https://stripe.com/docs/api/disputes/close
Closes the dispute with the given ID. Stripe API docs: https://stripe.com/docs/api/disputes/close
(list-disputes stripe-client)
(list-disputes stripe-client params)
(list-disputes stripe-client params opts)
Returns a list of disputes.
Stripe API docs: https://stripe.com/docs/api/disputes/list
Returns a list of disputes. Stripe API docs: https://stripe.com/docs/api/disputes/list
(retrieve-dispute stripe-client dispute-id)
(retrieve-dispute stripe-client dispute-id opts)
Retrieves the dispute with the given ID.
Stripe API docs: https://stripe.com/docs/api/disputes/retrieve
Retrieves the dispute with the given ID. Stripe API docs: https://stripe.com/docs/api/disputes/retrieve
(update-dispute stripe-client dispute-id params)
(update-dispute stripe-client dispute-id params opts)
Updates the specified dispute.
Stripe API docs: https://stripe.com/docs/api/disputes/update
Updates the specified dispute. Stripe API docs: https://stripe.com/docs/api/disputes/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close