Liking cljdoc? Tell your friends :D

stripe-clojure.v2.core.accounts

Stripe V2 Core Accounts API.

Accounts v2 is the next generation of the Connect Accounts API, providing improved identity management and verification capabilities.

Docs: https://docs.stripe.com/api/v2/core/accounts

Stripe V2 Core Accounts API.

Accounts v2 is the next generation of the Connect Accounts API, providing
improved identity management and verification capabilities.

Docs: https://docs.stripe.com/api/v2/core/accounts
raw docstring

close-accountclj

(close-account stripe-client account-id)
(close-account stripe-client account-id opts)
Closes an Account.

Docs: https://docs.stripe.com/api/v2/core/accounts/close
sourceraw docstring

create-accountclj

(create-account stripe-client params)
(create-account stripe-client params opts)
Creates a new Account.

Docs: https://docs.stripe.com/api/v2/core/accounts/create
sourceraw docstring

list-accountsclj

(list-accounts stripe-client)
(list-accounts stripe-client params)
(list-accounts stripe-client params opts)
Lists all Accounts.

Docs: https://docs.stripe.com/api/v2/core/accounts/list
sourceraw docstring

retrieve-accountclj

(retrieve-account stripe-client account-id)
(retrieve-account stripe-client account-id opts)
Retrieves an Account by ID.

Docs: https://docs.stripe.com/api/v2/core/accounts/retrieve
sourceraw docstring

update-accountclj

(update-account stripe-client account-id params)
(update-account stripe-client account-id params opts)
Updates an Account.

Docs: https://docs.stripe.com/api/v2/core/accounts/update
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close