Liking cljdoc? Tell your friends :D

stripe.invoice


create!clj

(create! customer-id)
(create! customer-id params)
(create! customer-id params opts)

Create an invoice.

Create an invoice.
sourceraw docstring

fetchclj

(fetch invoice-id)
(fetch invoice-id opts)

Fetch an invoice.

Fetch an invoice.
sourceraw docstring

fetch-allclj

(fetch-all)
(fetch-all params)
(fetch-all params opts)

Fetch multiple invoices.

Fetch multiple invoices.
sourceraw docstring

fetch-line-itemsclj

(fetch-line-items invoice-id)
(fetch-line-items invoice-id params)
(fetch-line-items invoice-id params opts)

Fetch an invoice's line items.

Fetch an invoice's line items.
sourceraw docstring

fetch-upcomingclj

(fetch-upcoming customer-id)
(fetch-upcoming customer-id params)
(fetch-upcoming customer-id params opts)

Fetch an upcoming invoice, per customer specified.

Fetch an upcoming invoice, per customer specified.
sourceraw docstring

pay!clj

(pay! invoice-id)
(pay! invoice-id params)
(pay! invoice-id params opts)

Attempt payment on an invoice, outside of normal collection schedule.

Attempt payment on an invoice, outside of normal collection schedule.
sourceraw docstring

update!clj

(update! invoice-id)
(update! invoice-id params)
(update! invoice-id params opts)

Update an invoice, such as to close it.

Update an invoice, such as to close it.
sourceraw docstring

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

× close