API Change Log October 12th 2022 Release

Check the API updates for this release.

Admin

  • API endpoint: http://{apiurl}/v1/centers?expand=catalog_settings
  • Scenario: Following parameter is added to the List centers of an organization API. This parameter allows the business to identify if Google Reserve is enabled or not.
    is_reserve_with_google_enabled
  • Old behavior: Earlier, the catalog_settings object showed the following info:

    is_service_sale_enabled
    is_giftcard_sale_enabled
    is_membership_sale_enabled
    is_seriespackage_sale_enabled
    gift_card_sale_center_id
    online_bookings_start_date

  • New behavior: With this update, apart from the above parameters, the response will include “is_reserve_with_google_enabled” parameter.
  • API doc link: Not applicable

Payments

  • API endpoint: http://{apiurl}/v1/payments/avs_policy_status
  • Scenario: A new API designed to fetch the Address Verification Service (AVS) details of a center. The following details are fetched:

    Current status
    Grace period

  • Old behavior: Not applicable
  • New behavior: Not applicable
  • API doc link: Not applicable

  • API endpoint: http://{apiurl}/v1/payments/avs_policy_status
  • Scenario: New API designed to fetch the status of the customer’s AVS Downgrade Fee Policy. The API will update whether the customer has accepted or declined the new AVS Downgrade Fee Policy.
  • Old behavior: Not applicable
  • New behavior: Not applicable
  • API doc link: Not applicable