Liking cljdoc? Tell your friends :D

stripe.card


base-cardclj

(base-card mspec)
source

card?clj

source

cards?clj

source

create!clj

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

Create a new card source.

Create a new card source.
sourceraw docstring

delete!clj

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

Deletes a card from a customer or recipient

Deletes a card from a customer or recipient
sourceraw docstring

fetchclj

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

Retrieve details of a customer's card.

Retrieve details of a customer's card.
sourceraw docstring

fetch-allclj

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

Retrieves a list of cards belonging to a customer or recipient.

Retrieves a list of cards belonging to a customer or recipient.
sourceraw docstring

update!clj

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

Updates details of a customer's card by setting the values of the parameters passed and returns a card object.

Updates details of a customer's card by setting the values of the parameters passed and returns a card object.
sourceraw docstring

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

× close