stripe v0.8.0 Stripe.Account

Link to this section Summary

Link to this section Functions

Link to this function create(data, opts \\ [])

Create a(n) Account

Link to this function create_external_account(account_id, list, opts \\ [])
Link to this function delete(id, data \\ [], opts \\ [])

Delete a(n) Account

Link to this function delete_external_account(account_id, external_account_id, opts \\ [])
Link to this function external_account_endpoint(account_id, external_account_id \\ "")
Link to this function list(pagination_opts \\ [], opts \\ [])

List all Accounts

Link to this function list_external_account(account_id, pagination_opts \\ [], opts \\ [])
Link to this function reject(account_id, list, opts \\ [])
Link to this function retrieve(id, opts \\ [])

Retrive a(n) Account by its ID

Link to this function retrieve_external_account(account_id, external_account_id, opts \\ [])
Link to this function update(id, data, opts \\ [])

Update a(n) Account

Link to this function update_external_account(account_id, external_account_id, updates, opts \\ [])