(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
(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close