Liking cljdoc? Tell your friends :D

stripe-clojure.treasury.outbound-transfers


cancel-outbound-transferclj

(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
sourceraw docstring

create-outbound-transferclj

(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
sourceraw docstring

list-outbound-transfersclj

(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
sourceraw docstring

retrieve-outbound-transferclj

(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
sourceraw docstring

stripe-treasury-outbound-transfers-endpointclj

source

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

× close