(create-credit-note stripe-client params)
(create-credit-note stripe-client params opts)
Creates a new credit note.
Stripe API docs: https://stripe.com/docs/api/credit_notes/create
Creates a new credit note. Stripe API docs: https://stripe.com/docs/api/credit_notes/create
(list-credit-notes stripe-client)
(list-credit-notes stripe-client params)
(list-credit-notes stripe-client params opts)
Returns a list of credit notes.
Stripe API docs: https://stripe.com/docs/api/credit_notes/list
Returns a list of credit notes. Stripe API docs: https://stripe.com/docs/api/credit_notes/list
(list-line-items stripe-client credit-note-id)
(list-line-items stripe-client credit-note-id params)
(list-line-items stripe-client credit-note-id params opts)
Lists all lines on a credit note.
Stripe API docs: https://stripe.com/docs/api/credit_notes/lines
Lists all lines on a credit note. Stripe API docs: https://stripe.com/docs/api/credit_notes/lines
(preview-credit-note stripe-client params)
(preview-credit-note stripe-client params opts)
Get a preview of a credit note without creating it.
Stripe API docs: https://stripe.com/docs/api/credit_notes/preview
Get a preview of a credit note without creating it. Stripe API docs: https://stripe.com/docs/api/credit_notes/preview
(preview-lines stripe-client params)
(preview-lines stripe-client params opts)
Get a preview of credit note lines without creating a credit note.
Stripe API docs: https://stripe.com/docs/api/credit_notes/preview_lines
Get a preview of credit note lines without creating a credit note. Stripe API docs: https://stripe.com/docs/api/credit_notes/preview_lines
(retrieve-credit-note stripe-client credit-note-id)
(retrieve-credit-note stripe-client credit-note-id opts)
Retrieves the credit note object with the given identifier.
Stripe API docs: https://stripe.com/docs/api/credit_notes/retrieve
Retrieves the credit note object with the given identifier. Stripe API docs: https://stripe.com/docs/api/credit_notes/retrieve
(update-credit-note stripe-client credit-note-id params)
(update-credit-note stripe-client credit-note-id params opts)
Updates an existing credit note.
Stripe API docs: https://stripe.com/docs/api/credit_notes/update
Updates an existing credit note. Stripe API docs: https://stripe.com/docs/api/credit_notes/update
(void-credit-note stripe-client credit-note-id)
(void-credit-note stripe-client credit-note-id opts)
Marks a credit note as void.
Stripe API docs: https://stripe.com/docs/api/credit_notes/void
Marks a credit note as void. Stripe API docs: https://stripe.com/docs/api/credit_notes/void
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close