Liking cljdoc? Tell your friends :D

stripe-clojure.disputes


close-disputeclj

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

list-disputesclj

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

retrieve-disputeclj

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

stripe-disputes-endpointclj

source

update-disputeclj

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

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

× close