(create-account stripe-client account-payload)
(create-account stripe-client account-payload opts)
Creates a new Stripe account.
Stripe API docs: https://stripe.com/docs/api/accounts/create
Creates a new Stripe account. Stripe API docs: https://stripe.com/docs/api/accounts/create
(create-external-account stripe-client account-id external-account-payload)
(create-external-account stripe-client account-id external-account-payload opts)
Creates an external account for a Stripe account.
Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/create
Creates an external account for a Stripe account. Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/create
(create-login-link stripe-client account-id)
(create-login-link stripe-client account-id params)
(create-login-link stripe-client account-id params opts)
Creates a login link for an Express account.
Stripe API docs: https://stripe.com/docs/api/login_links/create
Creates a login link for an Express account. Stripe API docs: https://stripe.com/docs/api/login_links/create
(create-person stripe-client account-id person-payload)
(create-person stripe-client account-id person-payload opts)
Creates a person for an account.
Stripe API docs: https://stripe.com/docs/api/persons/create
Creates a person for an account. Stripe API docs: https://stripe.com/docs/api/persons/create
(delete-account stripe-client account-id)
(delete-account stripe-client account-id opts)
Deletes a Stripe account.
Stripe API docs: https://stripe.com/docs/api/accounts/delete
Deletes a Stripe account. Stripe API docs: https://stripe.com/docs/api/accounts/delete
(delete-external-account stripe-client account-id external-account-id)
(delete-external-account stripe-client account-id external-account-id opts)
Deletes an external account.
Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/delete
Deletes an external account. Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/delete
(delete-person stripe-client account-id person-id)
(delete-person stripe-client account-id person-id opts)
Deletes an existing person.
Stripe API docs: https://stripe.com/docs/api/persons/delete
Deletes an existing person. Stripe API docs: https://stripe.com/docs/api/persons/delete
(list-accounts stripe-client)
(list-accounts stripe-client params)
(list-accounts stripe-client params opts)
Lists all Stripe accounts.
Stripe API docs: https://stripe.com/docs/api/accounts/list
Lists all Stripe accounts. Stripe API docs: https://stripe.com/docs/api/accounts/list
(list-capabilities stripe-client account-id)
(list-capabilities stripe-client account-id opts)
Lists all capabilities for an account.
Stripe API docs: https://stripe.com/docs/api/capabilities/list
Lists all capabilities for an account. Stripe API docs: https://stripe.com/docs/api/capabilities/list
(list-external-accounts stripe-client account-id)
(list-external-accounts stripe-client account-id params)
(list-external-accounts stripe-client account-id params opts)
Lists all external accounts.
Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/list
Lists all external accounts. Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/list
(list-persons stripe-client account-id)
(list-persons stripe-client account-id params)
(list-persons stripe-client account-id params opts)
Lists all persons.
Stripe API docs: https://stripe.com/docs/api/persons/list
Lists all persons. Stripe API docs: https://stripe.com/docs/api/persons/list
(reject-account stripe-client account-id reason)
(reject-account stripe-client account-id reason opts)
Rejects a Stripe account.
Stripe API docs: https://stripe.com/docs/api/accounts/reject
Rejects a Stripe account. Stripe API docs: https://stripe.com/docs/api/accounts/reject
(retrieve-account stripe-client account-id)
(retrieve-account stripe-client account-id opts)
Retrieves a Stripe account.
Stripe API docs: https://stripe.com/docs/api/accounts/retrieve
Retrieves a Stripe account. Stripe API docs: https://stripe.com/docs/api/accounts/retrieve
(retrieve-capability stripe-client account-id capability-id)
(retrieve-capability stripe-client account-id capability-id opts)
Retrieves an account capability.
Stripe API docs: https://stripe.com/docs/api/capabilities/retrieve
Retrieves an account capability. Stripe API docs: https://stripe.com/docs/api/capabilities/retrieve
(retrieve-external-account stripe-client account-id external-account-id)
(retrieve-external-account stripe-client account-id external-account-id opts)
Retrieves an external account.
Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/retrieve
Retrieves an external account. Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/retrieve
(retrieve-person stripe-client account-id person-id)
(retrieve-person stripe-client account-id person-id opts)
Retrieves an existing person.
Stripe API docs: https://stripe.com/docs/api/persons/retrieve
Retrieves an existing person. Stripe API docs: https://stripe.com/docs/api/persons/retrieve
(update-account stripe-client account-id params)
(update-account stripe-client account-id params opts)
Updates a Stripe account.
Stripe API docs: https://stripe.com/docs/api/accounts/update
Updates a Stripe account. Stripe API docs: https://stripe.com/docs/api/accounts/update
(update-capability stripe-client account-id capability-id capability-payload)
(update-capability stripe-client
account-id
capability-id
capability-payload
opts)
Updates an account capability.
Stripe API docs: https://stripe.com/docs/api/capabilities/update
Updates an account capability. Stripe API docs: https://stripe.com/docs/api/capabilities/update
(update-external-account stripe-client
account-id
external-account-id
external-account-payload)
(update-external-account stripe-client
account-id
external-account-id
external-account-payload
opts)
Updates an external account.
Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/update
Updates an external account. Stripe API docs: https://stripe.com/docs/api/external_account_bank_accounts/update
(update-person stripe-client account-id person-id person-payload)
(update-person stripe-client account-id person-id person-payload opts)
Updates an existing person.
Stripe API docs: https://stripe.com/docs/api/persons/update
Updates an existing person. Stripe API docs: https://stripe.com/docs/api/persons/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close