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