---
title: "Get payouts reconciliation data from Guesty Pay providers"
method: GET
path: "/payment-transactions/reports/payouts-reconciliation"
tags: ["Payment Transactions"]
---

# Get payouts reconciliation data from Guesty Pay providers

`GET /payment-transactions/reports/payouts-reconciliation`

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.

## Query parameters

- `startDate` string
- `endDate` string
- `subAccountId` string
- `reservationConfirmationCode` string
- `skip` number
- `take` number
- `payoutId` string

## Response `200`

List of payouts reconciliation entries

- object[]
  - `payoutId` string, required — Payout identifier.
  - `payoutProcessDate` string, required — Payout processing date.
  - `payoutRejectOrReturnDate` string — Payout reject or return date.
  - `payoutName` string — Name of the payout.
  - `payoutDescriptor` string — Descriptor associated with the payout.
  - `payoutMethod` string — Payout method (e.g., ACH).
  - `payoutAmount` string, required — Payout amount represented as a string.
  - `payoutStatus` string, required — Payout status.
  - `payoutAuthorizationOrErrorCode` string — Authorization or error code associated with the payout.
  - `payoutProcessor` string — Processor handling the payout.
  - `activityType` string — Type of payout activity.
  - `settlementDate` string — Settlement date for the payout.
  - `transactionId` string — Related transaction identifier.
  - `merchantTransactionId` string — Merchant transaction identifier associated with the payout.
  - `processorTransactionId` string — Processor transaction identifier associated with the payout.
  - `transactionSystemDate` string — System date of the transaction.
  - `transactionMerchantDate` string — Merchant date of the transaction.
  - `transactionProcessorDate` string — Processor date of the transaction.
  - `transactionType` string — Transaction type.
  - `paymentType` string — Transaction payment type.
  - `transactionPaymentMethod` string — Payment method associated with the transaction.
  - `transactionAmount` string — Transaction amount.
  - `transactionProcessor` string — Transaction processor name.
  - `feeName` string — Fee name.
  - `feeGroupName` string — Fee group name.
  - `feeType` string — Fee type.
  - `feeCategory` string — Fee category.
  - `feeAmount` string — Fee amount.
  - `feeSource` string — Fee source.
  - `feeTarget` string — Fee target.
  - `reserveCollectionDate` string — Reserve collection date.
  - `reserveReleaseDate` string — Reserve release date.
  - `reserveReleaseType` string — Reserve release type.
  - `reserveReleaseAmount` string — Reserve release amount.
  - `adjustmentId` string — Adjustment identifier.
  - `adjustmentDate` string — Adjustment date.
  - `adjustmentCategory` string — Adjustment category.
  - `adjustmentType` string — Adjustment type.
  - `adjustmentName` string — Adjustment name.
  - `adjustmentPaymentMethod` string — Adjustment payment method.
  - `adjustmentStatus` string — Adjustment status.
  - `payoutValue` string — Payout value.
  - `percentageLimit` string — Percentage limit.
  - `percentageLimitAdjustmentValue` string — Percentage limit adjustment value.
  - `amountLimit` string — Amount limit.
  - `amountLimitAdjustmentValue` string — Amount limit adjustment value.
  - `activeLimit` string — Active limit.
  - `adjustmentAmount` string — Adjustment amount.
  - `activityAmount` string — Activity amount.
  - `currency` string, required — Currency associated with the payout or transaction.
  - `subAccount` string, required — Sub account associated with the payout or transaction.
  - `platformAccount` string, required — Platform account associated with the payout or transaction.

## Other responses

- `400` — Bad request
- `401` — You need to be authenticated to access this endpoint

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
