---
title: "Get bank transfer payout details for a reservation"
method: GET
path: "/connectivity-payments/reservations/{reservation-id}/payout/bt"
tags: ["Bank transfer payout"]
---

# Get bank transfer payout details for a reservation

`GET /connectivity-payments/reservations/{reservation-id}/payout/bt`

Retrieve information on the bank transfer payout for a reservation and any changes to the payout.

## Path parameters

- `reservation-id` integer, required

## Headers

- `Authorization` string, required
- `accept-version` string

## Response `200`

Successfully fetched information about the Bank Transfer payouts associated with respective accommodation reservation

- AccommodationReservationBTPayoutResponse — Response having information of the Bank Transfer payouts associated with respective accommodation reservation
  - `meta` DefaultMeta — Metadata for the response
    - `ruid` string — Request unique identifier
  - `data` BTPayoutResponse — Bank transfer payout data for a reservation
    - `reservation_id` string — Accommodation reservation identifier
    - `property_id` string — Property identifier
    - `payout_type` string — Type of payout: GROSS, NET, or UNKNOWN.
    - `payout` object — Payout instruments
      - `bank_transfers` object[] — Bank transfer payouts
        - `amount` object — Contains information on the amount to be transferred.
          - `value` string — Payout amount.
          - `currency` string — Currency of the amount.
          - `decimals` integer — Number of decimals in the amount.
        - `status` string — Status of the bank transfer payout: PENDING, PAID, or UNKNOWN. While the status is PENDING, the estimated amount and payout_date are shown.
        - `payout_date` string — Date the amount is to be paid out to the partner. Format: YYYY-MM-DD.
        - `bank_transfer_reference` string — Identifier of the bank transfer payout.
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — Invalid request payload.
- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — Access Denied!
- `404` — The reservation data is not found at this moment.
- `410` — Reservation cannot be processed because the checkout date is older than the allowed 18-months window.
- `429` — You exceeded the rate limit.
- `500` — The request failed with an internal server error.

---

[API](https://skmtc.net/booking/apis/payments-api.md) · [All operations](https://skmtc.net/booking/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/payments-api/revisions/3c0b3d08cb90/schema)
