Liking cljdoc? Tell your friends :D

stripe.account

Functions for Stripe's account API.

Functions for Stripe's account API.
raw docstring

create!clj

(create! type email)
(create! type email params)
(create! type email {:keys [country] :or {country "US"} :as params} opts)

Create a Stripe account for user. Email is required input if account type is standard.

Create a Stripe account for user. Email is required input if account type is standard.
sourceraw docstring

delete!clj

(delete! account-id)
(delete! account-id opts)

With 'Connect', delete Custom accounts you manage.

With 'Connect', delete Custom accounts you manage.
sourceraw docstring

fetchclj

(fetch account-id)
(fetch account-id opts)

Retrieve account details by identifier, or by API key if no identifier is provided.

Retrieve account details by identifier, or by API key if no identifier is provided.
sourceraw docstring

fetch-allclj

(fetch-all)
(fetch-all params)
(fetch-all params opts)

Fetch a list of accounts connected to a platform via 'Connect'. Returns empty list if not a platform.

Fetch a list of accounts connected to a platform via 'Connect'. Returns empty list if not a platform.
sourceraw docstring

fetch-all-external-accountsclj

(fetch-all-external-accounts account-id)
(fetch-all-external-accounts account-id params)
(fetch-all-external-accounts account-id params opts)

Fetch a list of external accounts associated with Connect account.

Fetch a list of external accounts associated with Connect account.
sourceraw docstring

fetch-external-accountclj

(fetch-external-account account-id external-account-id)
(fetch-external-account account-id external-account-id opts)

Retrieve associated bank or card account (external account) of Connect account.

Retrieve associated bank or card account (external account) of Connect account.
sourceraw docstring

reject!clj

(reject! account-id reason)
(reject! account-id reason opts)

With 'Connect', flag accounts as suspicious.

With 'Connect', flag accounts as suspicious.
sourceraw docstring

update!clj

(update! account-id)
(update! account-id params)
(update! account-id params opts)

Update account details for a connected Express or Custom account.

Update account details for a connected Express or Custom account.
sourceraw docstring

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

× close