Liking cljdoc? Tell your friends :D

stripe-clojure.financial-connections.accounts


disconnect-accountclj

(disconnect-account stripe-client account-id)
(disconnect-account stripe-client account-id opts)

Disconnects a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/disconnect

Disconnects a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/disconnect
sourceraw docstring

list-accountsclj

(list-accounts stripe-client)
(list-accounts stripe-client params)
(list-accounts stripe-client params opts)

Lists all financial connections accounts.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/list

Lists all financial connections accounts.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/list
sourceraw docstring

list-ownersclj

(list-owners stripe-client account-id params)
(list-owners stripe-client account-id params opts)

Lists all owners of a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/list_owners

Lists all owners of a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/list_owners
sourceraw docstring

refresh-accountclj

(refresh-account stripe-client account-id params)
(refresh-account stripe-client account-id params opts)

Refreshes a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/refresh

Refreshes a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/refresh
sourceraw docstring

retrieve-accountclj

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

Retrieves a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/retrieve

Retrieves a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/retrieve
sourceraw docstring

stripe-financial-connections-accounts-endpointclj

source

subscribe-accountclj

(subscribe-account stripe-client account-id params)
(subscribe-account stripe-client account-id params opts)

Subscribes to a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/subscribe

Subscribes to a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/subscribe
sourceraw docstring

unsubscribe-accountclj

(unsubscribe-account stripe-client account-id params)
(unsubscribe-account stripe-client account-id params opts)

Unsubscribes from a financial connections account.

Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/unsubscribe

Unsubscribes from a financial connections account.
   
Stripe API docs: https://stripe.com/docs/api/financial_connections/accounts/unsubscribe
sourceraw docstring

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

× close