(create-reversal stripe-client transfer-id)
(create-reversal stripe-client transfer-id params)
(create-reversal stripe-client transfer-id params opts)
Creates a new reversal for a transfer.
Stripe API docs: https://stripe.com/docs/api/transfer_reversals/create
Creates a new reversal for a transfer. Stripe API docs: https://stripe.com/docs/api/transfer_reversals/create
(create-transfer stripe-client params)
(create-transfer stripe-client params opts)
Creates a new transfer.
Stripe API docs: https://stripe.com/docs/api/transfers/create
Creates a new transfer. Stripe API docs: https://stripe.com/docs/api/transfers/create
(list-reversals stripe-client transfer-id)
(list-reversals stripe-client transfer-id params)
(list-reversals stripe-client transfer-id params opts)
Returns a list of transfer reversals.
Stripe API docs: https://stripe.com/docs/api/transfer_reversals/list
Returns a list of transfer reversals. Stripe API docs: https://stripe.com/docs/api/transfer_reversals/list
(list-transfers stripe-client)
(list-transfers stripe-client params)
(list-transfers stripe-client params opts)
Returns a list of existing transfers.
Stripe API docs: https://stripe.com/docs/api/transfers/list
Returns a list of existing transfers. Stripe API docs: https://stripe.com/docs/api/transfers/list
(retrieve-reversal stripe-client transfer-id reversal-id)
(retrieve-reversal stripe-client transfer-id reversal-id opts)
Retrieves the details of an existing transfer reversal.
Stripe API docs: https://stripe.com/docs/api/transfer_reversals/retrieve
Retrieves the details of an existing transfer reversal. Stripe API docs: https://stripe.com/docs/api/transfer_reversals/retrieve
(retrieve-transfer stripe-client transfer-id)
(retrieve-transfer stripe-client transfer-id opts)
Retrieves the details of an existing transfer.
Stripe API docs: https://stripe.com/docs/api/transfers/retrieve
Retrieves the details of an existing transfer. Stripe API docs: https://stripe.com/docs/api/transfers/retrieve
(update-reversal stripe-client transfer-id reversal-id params)
(update-reversal stripe-client transfer-id reversal-id params opts)
Updates the specified transfer reversal.
Stripe API docs: https://stripe.com/docs/api/transfer_reversals/update
Updates the specified transfer reversal. Stripe API docs: https://stripe.com/docs/api/transfer_reversals/update
(update-transfer stripe-client transfer-id params)
(update-transfer stripe-client transfer-id params opts)
Updates the specified transfer by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/transfers/update
Updates the specified transfer by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/transfers/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close