Liking cljdoc? Tell your friends :D

stripe-clojure.tokens


create-account-tokenclj

(create-account-token stripe-client params)
(create-account-token stripe-client params opts)

Creates a single-use token that represents the details for an account.

Stripe API docs: https://stripe.com/docs/api/tokens/create_account

Creates a single-use token that represents the details for an account.
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_account
sourceraw docstring

create-bank-account-tokenclj

(create-bank-account-token stripe-client params)
(create-bank-account-token stripe-client params opts)

Creates a single-use token that represents a bank account's details.

Stripe API docs: https://stripe.com/docs/api/tokens/create_bank_account

Creates a single-use token that represents a bank account's details.
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_bank_account
sourceraw docstring

create-card-tokenclj

(create-card-token stripe-client params)
(create-card-token stripe-client params opts)

Creates a single-use token that represents a credit card's details.

Stripe API docs: https://stripe.com/docs/api/tokens/create_card

Creates a single-use token that represents a credit card's details.
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_card
sourceraw docstring

create-cvc-update-tokenclj

(create-cvc-update-token stripe-client params)
(create-cvc-update-token stripe-client params opts)

Creates a single-use token that represents a CVC update.

Stripe API docs: https://stripe.com/docs/api/tokens/create_cvc_update

Creates a single-use token that represents a CVC update.
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_cvc_update
sourceraw docstring

create-person-tokenclj

(create-person-token stripe-client params)
(create-person-token stripe-client params opts)

Creates a single-use token that represents the details for a person.

Stripe API docs: https://stripe.com/docs/api/tokens/create_person

Creates a single-use token that represents the details for a person.
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_person
sourceraw docstring

create-pii-tokenclj

(create-pii-token stripe-client params)
(create-pii-token stripe-client params opts)

Creates a single-use token that represents personally identifiable information (PII).

Stripe API docs: https://stripe.com/docs/api/tokens/create_pii

Creates a single-use token that represents personally identifiable information (PII).
   
Stripe API docs: https://stripe.com/docs/api/tokens/create_pii
sourceraw docstring

retrieve-tokenclj

(retrieve-token stripe-client token-id)
(retrieve-token stripe-client token-id opts)

Retrieves the token with the given ID.

Stripe API docs: https://stripe.com/docs/api/tokens/retrieve

Retrieves the token with the given ID.
   
Stripe API docs: https://stripe.com/docs/api/tokens/retrieve
sourceraw docstring

stripe-tokens-endpointclj

source

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

× close