Liking cljdoc? Tell your friends :D

stripe-clojure.application-fees


create-refundclj

(create-refund stripe-client fee-id params)
(create-refund stripe-client fee-id params opts)

Refunds an application fee that has previously been collected.

Stripe API docs: https://stripe.com/docs/api/fee_refunds/create

Refunds an application fee that has previously been collected.
   
Stripe API docs: https://stripe.com/docs/api/fee_refunds/create
sourceraw docstring

list-application-feesclj

(list-application-fees stripe-client)
(list-application-fees stripe-client params)
(list-application-fees stripe-client params opts)

Returns a list of application fees you've previously collected.

Stripe API docs: https://stripe.com/docs/api/application_fees/list

Returns a list of application fees you've previously collected.
   
Stripe API docs: https://stripe.com/docs/api/application_fees/list
sourceraw docstring

list-refundsclj

(list-refunds stripe-client fee-id)
(list-refunds stripe-client fee-id params)
(list-refunds stripe-client fee-id params opts)

Returns a list of all refunds for a specific application fee.

Stripe API docs: https://stripe.com/docs/api/fee_refunds/list

Returns a list of all refunds for a specific application fee.
   
Stripe API docs: https://stripe.com/docs/api/fee_refunds/list
sourceraw docstring

retrieve-application-feeclj

(retrieve-application-fee stripe-client fee-id)
(retrieve-application-fee stripe-client fee-id opts)

Retrieves the details of an application fee that your account has collected.

Stripe API docs: https://stripe.com/docs/api/application_fees/retrieve

Retrieves the details of an application fee that your account has collected.
   
Stripe API docs: https://stripe.com/docs/api/application_fees/retrieve
sourceraw docstring

retrieve-refundclj

(retrieve-refund stripe-client fee-id refund-id)
(retrieve-refund stripe-client fee-id refund-id opts)

Retrieves the details of an application fee refund.

Stripe API docs: https://stripe.com/docs/api/fee_refunds/retrieve

Retrieves the details of an application fee refund.
   
Stripe API docs: https://stripe.com/docs/api/fee_refunds/retrieve
sourceraw docstring

stripe-application-fees-endpointclj

source

update-refundclj

(update-refund stripe-client fee-id refund-id params)
(update-refund stripe-client fee-id refund-id params opts)

Updates the specified application fee refund.

Stripe API docs: https://stripe.com/docs/api/fee_refunds/update

Updates the specified application fee refund.
   
Stripe API docs: https://stripe.com/docs/api/fee_refunds/update
sourceraw docstring

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

× close