Functions for Stripe's account API.
Functions for Stripe's account API.
(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.
(delete! account-id)(delete! account-id opts)With 'Connect', delete Custom accounts you manage.
With 'Connect', delete Custom accounts you manage.
(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.
(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.
(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.
(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.
(reject! account-id reason)(reject! account-id reason opts)With 'Connect', flag accounts as suspicious.
With 'Connect', flag accounts as suspicious.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |