wepay.calls.account Module¶
-
class
wepay.calls.account.Account(api)[source]¶ The /account API calls
-
__call__(account_id, **kwargs)[source]¶ Call documentation: /account, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
find(**kwargs)¶ Call documentation: /account/find, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
create(name, description, **kwargs)¶ Call documentation: /account/create, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
modify(account_id, **kwargs)¶ Call documentation: /account/modify, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
delete(account_id, **kwargs)¶ Call documentation: /account/delete, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
get_update_uri(account_id, **kwargs)¶ Call documentation: /account/get_update_uri, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
get_reserve_details(account_id, **kwargs)¶ Call documentation: /account/get_reserve_details, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- access_token (str) – will be used instead of instance’s
-
balance(account_id, **kwargs)¶ Call documentation: /account/balance, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
Warning
This call is depricated as of API version ‘2014-01-08’.
- access_token (str) – will be used instead of instance’s
-
add_bank(account_id, **kwargs)¶ Call documentation: /account/add_bank, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
Warning
This call is depricated as of API version ‘2014-01-08’.
- access_token (str) – will be used instead of instance’s
-
set_tax(account_id, taxes, **kwargs)¶ Call documentation: /account/set_tax, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
Warning
This call is depricated as of API version ‘2014-01-08’.
- access_token (str) – will be used instead of instance’s
-
get_tax(account_id, **kwargs)¶ Call documentation: /account/get_tax, plus extra keyword parameters:
Parameters: - access_token (str) – will be used instead of instance’s
access_token, withbatch_mode=Truewill set authorization param to it’s value. - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
Warning
This call is depricated as of API version ‘2014-01-08’.
- access_token (str) – will be used instead of instance’s
-