Liking cljdoc? Tell your friends :D

stripe-clojure.refunds


cancel-refundclj

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

create-refundclj

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

list-refundsclj

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

retrieve-refundclj

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

stripe-refunds-endpointclj

source

update-refundclj

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

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

× close