v1
latestOpenAPI 3.0.32026-07-2632131.4 MBPayment Transactions
Get payouts reconciliation data from Guesty Pay providers
Retrieves payouts reconciliation reports from for Guesty Pay providers.
Supports filtering by:
- date range (startDate and endDate)
- payoutId
- subAccountId
- reservation confirmation code (mutually exclusive with all other filters)
Date range is mandatory unless reservationConfirmationCode is provided.
get/payment-transactions/reports/payouts-reconciliation
Query parameters
startDatestring
Example:2025-01-01
Start date filter.
endDatestring
Example:2025-01-31
End date filter.
subAccountIdstring
Example:1234.1
Return data for a specific sub account. The format should be accountId.subAccountId.
reservationConfirmationCodestring
Example:GY-Yqjs4JT2
Reservation confirmation code. This filter cannot be used together with other filters.
skipnumber
Entries to skip.
takenumber
Example:25
Entries to take.
payoutIdstring
Example:1999001136945796604
Filter results by payout id.
Response
List of payouts reconciliation entries
Example response
[
{
"payoutAmount": "100.00"
}
]