Liking cljdoc? Tell your friends :D

stripe.customer

Stripe's Customer API.

Stripe's Customer API.
raw docstring

add-source!clj

(add-source! customer-id source)
(add-source! customer-id source opts)

Add a source to a customer given the customer and source ids.

Add a source to a customer given the customer and source ids.
sourceraw docstring

create!clj

(create! params)
(create! params opts)

Creates a new customer using the Stripe API.

Creates a new customer using the Stripe API.
sourceraw docstring

create-customer-params?clj

source

customer-id?clj

(customer-id? x)
source

delete!clj

(delete! customer-id)
(delete! customer-id opts)

Delete the supplied customer.

Delete the supplied customer.
sourceraw docstring

delete-source!clj

(delete-source! customer-id source-id)
(delete-source! customer-id source-id opts)

Deletes the source from this customer.

Deletes the source from this customer.
sourceraw docstring

fetchclj

(fetch customer-id)
(fetch customer-id opts)

Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.

Retrieves the details of an existing customer. You need only supply
the unique customer identifier that was returned upon customer
creation.
sourceraw docstring

fetch-allclj

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

Returns a list of customers sorted by creation date, most recent first.

Returns a list of customers sorted by creation date, most recent first.
sourceraw docstring

fetch-sourceclj

(fetch-source customer-id source-id)
(fetch-source customer-id source-id opts)

Get a source that's attached to a customer.

Get a source that's attached to a customer.
sourceraw docstring

source-typecljmultimethod

source

update!clj

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

Updates the specified customer by setting the values of the parameters passed.

Updates the specified customer by setting the values of the parameters
passed.
sourceraw docstring

update-bank-source!clj

(update-bank-source! customer-id source-id params)
(update-bank-source! customer-id source-id params opts)

Update a bank account source according to opts.

Update a bank account source according to `opts`.
sourceraw docstring

update-card-source!clj

(update-card-source! customer-id source-id params)
(update-card-source! customer-id source-id params opts)

Update a card source according to opts.

Update a card source according to `opts`.
sourceraw docstring

verify-bank-source!clj

(verify-bank-source! customer-id source-id amounts)
(verify-bank-source! customer-id source-id [a b] opts)

Verify a bank account source given the deposit amounts.

Verify a bank account source given the deposit amounts.
sourceraw docstring

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

× close