Company administration service methods: Difference between revisions
| Line 1,590: | Line 1,590: | ||
Use these values to get configuration params for company with <code>[[#getCompanyParam|getCompanyParam]]</code> API method. | Use these values to get configuration params for company with <code>[[#getCompanyParam|getCompanyParam]]</code> API method. | ||
=====General params===== | |||
Administration API inherits all [[Company public service methods#Company_params|keys]] allowed for public API and extends this list with keys: | Administration API inherits all [[Company public service methods#Company_params|keys]] allowed for public API and extends this list with keys: | ||
| Line 1,633: | Line 1,635: | ||
* client_recurring_event_creation_template_email_subject | * client_recurring_event_creation_template_email_subject | ||
* common_limit_booking | * common_limit_booking | ||
* company_ga_tracking_id | * company_ga_tracking_id | ||
* default_phone | * default_phone | ||
* disconnect_on_timeout | * disconnect_on_timeout | ||
* email_event_list | * email_event_list | ||
* email_events_list_template | * email_events_list_template | ||
| Line 1,661: | Line 1,659: | ||
* layout_background | * layout_background | ||
* layout_background_repeat | * layout_background_repeat | ||
* mobile_site_link | * mobile_site_link | ||
* mobile_site_link_title | * mobile_site_link_title | ||
| Line 1,668: | Line 1,664: | ||
* on_success_button_link | * on_success_button_link | ||
* on_success_button_text | * on_success_button_text | ||
* recap_interval | * recap_interval | ||
* recap_send_after_time | * recap_send_after_time | ||
| Line 1,698: | Line 1,693: | ||
* skip_show_mobile_app_ads | * skip_show_mobile_app_ads | ||
* skip_show_on_success_button | * skip_show_on_success_button | ||
* sms_event_list | * sms_event_list | ||
* sms_events_list_template | * sms_events_list_template | ||
| Line 1,730: | Line 1,723: | ||
* use_common_client_db | * use_common_client_db | ||
* user_confirmation | * user_confirmation | ||
* user_public_layout | * user_public_layout | ||
* user_public_theme | * user_public_theme | ||
* waiting_video | * waiting_video | ||
=====Accept payments plugin params===== | |||
Read more about [[Plugins#Accept payments|Accept payments plugin configuration]]. | |||
* allow_delay_payment | |||
*: Allow delay payment option. Boolean. | |||
* company_currency | |||
*: | |||
* hide_sale_tax | |||
*: Hide sales tax option. Boolean. | |||
* payment_timeout | |||
*: Payment timeout option. String ("5 minutes", "1 hour", ...) | |||
* sale_tax | |||
*: Sales tax option. Integer. You should divide by 100 to get percent value. | |||
* paypal_account | |||
*: PayPal payment processor configuration. String. | |||
* skrill_account | |||
*: Skrill payment processor configuration parameter. String. | |||
* skrill_secret | |||
*: Skrill payment processor configuration parameter. String. | |||
* zooz_app_id | * zooz_app_id | ||
*: ZooZ payment processor configuration parameter. String. | |||
* zooz_app_key | * zooz_app_key | ||
*: ZooZ payment processor configuration parameter. String. | |||
* dwolla_application_key | |||
*: Dwolla payment processor configuration parameter. String. | |||
* dwolla_id | |||
*: Dwolla payment processor configuration parameter. String. | |||
* dwolla_secret_key | |||
*: Dwolla payment processor configuration parameter. String. | |||
* liqpay_merchant_id | |||
* liqpay_merchant_pass | |||
=====Term & Conditions plugin params===== | |||
Read more about [[Plugins#Terms and conditions|Terms and conditions plugin]]. | |||
* user_license_text | |||
*: Terms and conditions text. String. | |||
---- | ---- | ||