Liking cljdoc? Tell your friends :D

stripe-clojure.terminal.readers


cancel-actionclj

(cancel-action stripe-client reader-id)
(cancel-action stripe-client reader-id opts)

Cancels the current reader action.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/cancel_action

Cancels the current reader action.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/cancel_action
sourceraw docstring

create-readerclj

(create-reader stripe-client params)
(create-reader stripe-client params opts)

Creates a new terminal reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/create

Creates a new terminal reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/create
sourceraw docstring

delete-readerclj

(delete-reader stripe-client reader-id)
(delete-reader stripe-client reader-id opts)

Deletes a terminal reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/delete

Deletes a terminal reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/delete
sourceraw docstring

list-readersclj

(list-readers stripe-client)
(list-readers stripe-client params)
(list-readers stripe-client params opts)

Lists all terminal readers.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/list

Lists all terminal readers.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/list
sourceraw docstring

process-payment-intentclj

(process-payment-intent stripe-client reader-id params)
(process-payment-intent stripe-client reader-id params opts)

Processes a payment intent on the reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/process_payment_intent

Processes a payment intent on the reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/process_payment_intent
sourceraw docstring

process-setup-intentclj

(process-setup-intent stripe-client reader-id params)
(process-setup-intent stripe-client reader-id params opts)

Processes a setup intent on the reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/process_setup_intent

Processes a setup intent on the reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/process_setup_intent
sourceraw docstring

refund-paymentclj

(refund-payment stripe-client reader-id params)
(refund-payment stripe-client reader-id params opts)

Refunds a payment on the reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/refund_payment

Refunds a payment on the reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/refund_payment
sourceraw docstring

retrieve-readerclj

(retrieve-reader stripe-client reader-id)
(retrieve-reader stripe-client reader-id opts)

Retrieves a terminal reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/retrieve

Retrieves a terminal reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/retrieve
sourceraw docstring

set-reader-displayclj

(set-reader-display stripe-client reader-id params)
(set-reader-display stripe-client reader-id params opts)

Sets the reader display.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/set_reader_display

Sets the reader display.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/set_reader_display
sourceraw docstring

stripe-terminal-readers-endpointclj

source

update-readerclj

(update-reader stripe-client reader-id params)
(update-reader stripe-client reader-id params opts)

Updates a terminal reader.

Stripe API docs: https://stripe.com/docs/api/terminal/readers/update

Updates a terminal reader.
   
Stripe API docs: https://stripe.com/docs/api/terminal/readers/update
sourceraw docstring

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

× close