(cancel-outbound-transfer stripe-client outbound-transfer-id)
(cancel-outbound-transfer stripe-client outbound-transfer-id opts)
Cancels a treasury outbound transfer.
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/cancel
Cancels a treasury outbound transfer. Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/cancel
(create-outbound-transfer stripe-client params)
(create-outbound-transfer stripe-client params opts)
Creates a new treasury outbound transfer.
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/create
Creates a new treasury outbound transfer. Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/create
(list-outbound-transfers stripe-client params)
(list-outbound-transfers stripe-client params opts)
Lists all treasury outbound transfers.
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/list
Lists all treasury outbound transfers. Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/list
(retrieve-outbound-transfer stripe-client outbound-transfer-id)
(retrieve-outbound-transfer stripe-client outbound-transfer-id opts)
Retrieves a treasury outbound transfer.
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/retrieve
Retrieves a treasury outbound transfer. Stripe API docs: https://stripe.com/docs/api/treasury/outbound_transfers/retrieve
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close