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