Liking cljdoc? Tell your friends :D

stripe.token


create-bank-token!clj

(create-bank-token! bank)
(create-bank-token! bank opts)

Returns a bank token if successful, errors otherwise. The returned token is good for a one-time use - you have to attach it to a customer object, or its worthless. We hardcode Country here because the US is all that's currently supported by Stripe.

Returns a bank token if successful, errors otherwise. The returned token is
good for a one-time use - you have to attach it to a `customer` object, or its
worthless. We hardcode Country here because the US is all that's currently
supported by Stripe.
sourceraw docstring

create-card-token!clj

(create-card-token! card)
(create-card-token! card opts)

Returns a card token if successful, errors otherwise.

Returns a card token if successful, errors otherwise.
sourceraw docstring

get-tokenclj

(get-token token)
(get-token token opts)

Returns a card or bank object if successful, errors otherwise.

Returns a card or bank object if successful, errors otherwise.
sourceraw docstring

source?clj

(source? x)
source

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

× close