Liking cljdoc? Tell your friends :D

stripe-clojure.treasury.inbound-transfers


cancel-inbound-transferclj

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

create-inbound-transferclj

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

list-inbound-transfersclj

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

retrieve-inbound-transferclj

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

stripe-treasury-inbound-transfers-endpointclj

source

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

× close