Skip to content

Bank transfer payout

Retrieve Bank Transfer payout details for accommodation reservations.

Get bank transfer payout details for a reservation

Request

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

Path
reservation-idintegerrequired

The unique identifier of the reservation.

Headers
Authorizationstringrequired

Bearer token for authentication.

Example:Bearer <your_token>
accept-versionstring

API version to use.

curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/payout/bt' \
  -H 'Authorization: Bearer <your_token>' \
  -H 'accept-version: string'

Responses

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

Bodyapplication/json
metaobject(DefaultMeta)

The meta

dataobject(BTPayoutResponse)

The data

errorsArray of any, <= 0 items
warningsArray of any, <= 0 items
Response
{ "meta": { "ruid": "string" }, "data": { "reservation_id": "string", "property_id": "string", "payout_type": "string", "payout": {} }, "errors": [], "warnings": [] }