Stripe's Customer API.
Stripe's Customer API.
(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.
(create! params)
(create! params opts)
Creates a new customer using the Stripe API.
Creates a new customer using the Stripe API.
(delete! customer-id)
(delete! customer-id opts)
Delete the supplied customer.
Delete the supplied customer.
(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.
(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.
(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.
(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.
(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.
(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`.
(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`.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |