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