Liking cljdoc? Tell your friends :D

stripe-clojure.payouts


cancel-payoutclj

(cancel-payout stripe-client payout-id)
(cancel-payout stripe-client payout-id opts)

Cancels a pending payout. Funds will be refunded to your available balance.

Stripe API docs: https://stripe.com/docs/api/payouts/cancel

Cancels a pending payout. Funds will be refunded to your available balance.
   
Stripe API docs: https://stripe.com/docs/api/payouts/cancel
sourceraw docstring

create-payoutclj

(create-payout stripe-client params)
(create-payout stripe-client params opts)

Creates a new payout to your bank account or debit card.

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

Creates a new payout to your bank account or debit card.
   
Stripe API docs: https://stripe.com/docs/api/payouts/create
sourceraw docstring

list-payoutsclj

(list-payouts stripe-client)
(list-payouts stripe-client params)
(list-payouts stripe-client params opts)

Returns a list of existing payouts sent to third-party bank accounts.

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

Returns a list of existing payouts sent to third-party bank accounts.
   
Stripe API docs: https://stripe.com/docs/api/payouts/list
sourceraw docstring

retrieve-payoutclj

(retrieve-payout stripe-client payout-id)
(retrieve-payout stripe-client payout-id opts)

Retrieves the details of an existing payout.

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

Retrieves the details of an existing payout.
   
Stripe API docs: https://stripe.com/docs/api/payouts/retrieve
sourceraw docstring

reverse-payoutclj

(reverse-payout stripe-client payout-id)
(reverse-payout stripe-client payout-id opts)

Reverses a payout that has previously been sent to your bank account.

Stripe API docs: https://stripe.com/docs/api/payouts/reverse

Reverses a payout that has previously been sent to your bank account.
   
Stripe API docs: https://stripe.com/docs/api/payouts/reverse
sourceraw docstring

stripe-payouts-endpointclj

source

update-payoutclj

(update-payout stripe-client payout-id params)
(update-payout stripe-client payout-id params opts)

Updates the specified payout by setting the values of the parameters passed.

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

Updates the specified payout by setting the values of the parameters passed.
   
Stripe API docs: https://stripe.com/docs/api/payouts/update
sourceraw docstring

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

× close