(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
(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
(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close