coveredBrandIds | string[] (UUID) | Identifiers of the brands covered by this delivery. |
transactions | array | New transaction rows since the last delivery. |
transactions[].externalReferenceId | string | null | External reference identifier of the brand. |
transactions[].brandName | string | Display name of the brand. |
transactions[].brandId | string | Unique identifier of the brand. |
transactions[].experienceId | string | Unique identifier of the experience. |
transactions[].bookingId | string | null | Unique identifier of the booking. |
transactions[].bookingSourceUrl | string | null | URL of the page where the booking originated. |
transactions[].loyaltyMemberId | string | null | Loyalty member identifier associated with the booking, if any. |
transactions[].loyaltyPoints | number | null | Loyalty points involved in the transaction, if any. |
transactions[].externalAnalyticsUserId | string | null | External analytics user identifier, if any. |
transactions[].loyaltyTransactionId | string | null | Identifier of the associated loyalty transaction, if any. |
transactions[].currency | string | Currency code of the transaction. |
transactions[].experienceDate | string (date) | Date of the booked session. |
transactions[].transactionDate | string (ISO 8601) | Timestamp of the transaction, in UTC. |
transactions[].transactionMonth | string | Month of the transaction (for example, July 2025). |
transactions[].firstName | string | null | First name of the purchaser. |
transactions[].lastName | string | null | Last name of the purchaser. |
transactions[].confirmationCode | string | null | Confirmation code of the booking. |
transactions[].paymentType | string | Type of transaction (for example, Payment or Refund). |
transactions[].paymentMethod | string | Payment method used: credit-card, room-charge, member-number, loyalty, kicc, cash, pay-later, or pay-upon-arrival. |
transactions[].accountNumber | string | null | Account number associated with the payment, if any. |
transactions[].description | string | Description of the transaction. |
transactions[].duration | string | Duration of the booked session. |
transactions[].hostName | string | null | Name of the host. |
transactions[].total | number | null | Total amount of the transaction. |
transactions[].discountAmount | number | null | Discount amount applied. |
transactions[].subtotal | number | null | Subtotal of the transaction. |
transactions[].grossRevenue | number | null | Gross revenue of the transaction. |
transactions[].netRevenue | number | null | Net revenue of the transaction. |
transactions[].taxes | object | Map of tax names to amounts. |
transactions[].totalPaid | number | null | Total amount paid. |
transactions[].hostPayout | number | null | Payout amount for the host. |
transactions[].promoterPayout | number | null | Payout amount for the promoter, when applicable. |
transactions[].creditCardFee | number | null | Credit card fee for the transaction. |
transactions[].wayFee | number | null | Way fee for the transaction, when applicable. |
transactions[].transactionRole | string | null | Role of the brand in the transaction: Own Experience, Selling Partner Experience, or Partner Selling My Experience, when applicable. |
transactions[].partnerName | string | null | Name of the partner involved in the transaction, when applicable. |
transactions[].partnerPayout | number | null | Payout amount for the partner, when applicable. |
transactions[].netDeposited | number | Net amount deposited. |
transactions[].quantity | number | null | Quantity of items in the transaction. |
transactions[].discountCode | string | null | Discount code applied, if any. |
transactions[].dateDeposited | string (date) | null | Date the funds were deposited, if deposited. |
transactions[].notes | string | null | Guest notes attached to the booking. |
transactions[].internalNotes | string | null | Internal notes attached to the booking. |
transactions[].reservationId | string | null | Reservation identifier associated with the payment, if any. |
transactions[].cartId | string | null | Confirmation code of the cart, if any. |
transactions[].createdBy | string | null | Name of the user who created the booking, if created manually. |
transactions[].category | string | null | Category of the experience. |
transactions[].listingStatus | string | null | Status of the listing at transaction time. |
transactions[].bookingUrl | string | null | URL of the booking in the Way dashboard, if available. |
transactions[].promoterSource | string | null | Promoter source of the booking, if any. |
transactions[].approvedPromoters | string | null | Approved promoters of the experience, if any. |