Liking cljdoc? Tell your friends :D

stripe-clojure.transfers


create-reversalclj

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

create-transferclj

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

list-reversalsclj

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

list-transfersclj

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

retrieve-reversalclj

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

retrieve-transferclj

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

stripe-transfers-endpointclj

source

update-reversalclj

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

update-transferclj

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

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

× close