Skip to content
Merged
11 changes: 11 additions & 0 deletions connector-api/changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

{% updates format="full" %}
{% update date="2026-08-11" %}

## Billing automation prepayment condition for virtual credit cards

- [Get all billing automations](../operations/billingautomations.md#get-all-billing-automations):
- [Add billing automations](../operations/billingautomations.md#add-billing-automations):
- [Update billing automations](../operations/billingautomations.md#update-billing-automations):
- Extended [Billing automation prepayment type](../operations/billingautomations.md#billing-automation-prepayment-type) enum with `PrepaidOrVcc` value. A billing automation with this prepayment condition applies to reservations that the OTA flagged as prepaid and to reservations with a virtual credit card attached.
Comment thread
Mazaher-Bazari marked this conversation as resolved.
- Clarified the `All` and `Prepaid` value descriptions to state which reservations each value applies to. Documentation-only, no change to API.

{% endupdate %}
{% update date="2026-07-31" %}

## July 2026 updates
Expand Down
5 changes: 3 additions & 2 deletions connector-api/operations/billingautomations.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ Returns all billing automations. Note this operation uses [Pagination](../guidel

#### Billing automation prepayment type

* `All` - All
* `Prepaid` - Prepaid
* `All` - Applies to reservations regardless of prepayment.
* `Prepaid` - Applies only to reservations the OTA flagged as prepaid.
* `PrepaidOrVcc` - Applies to reservations the OTA flagged as prepaid, and to reservations with a virtual credit card attached.

#### Billing automation assignment target type

Expand Down