Siesta Cloud - Nápověda
EN
EN
  • Introduction
  • Video Portal
    • Video Portal Introduction
    • Video guide
    • How to set up your account
      • Registration
      • Quick start organization
      • Handshaking
    • Create an event
      • Add the event
    • How to stream
    • How to record
      • Mobile phone
      • Go Pro
      • PC/Mac
        • OBS
          • Video
          • Sound
          • How to set up a stream
          • How to start a stream
          • General
        • Stream Labs OBS
        • How to use a mobile phone as a webcam
    • How to stream pre-recorded video
      • OBS (pre-recorded video)
      • Streamlabs OBS (pre-recorded video)
    • End stream
    • Getting paid
  • Travel Portals
    • Profile
    • Organization
      • Users
        • Authorization
      • Business Accounts
        • Financial Accounts
    • Services
      • Attributes
      • Details
      • Integration
        • Siesta Extranet
        • Winding Tree
      • Languages
      • Settings
      • Pictures
      • Sales
      • Conditions
      • Rates
      • Service Items
        • Attributes
        • Details
        • Guests
        • Settings
        • Pictures
        • Reviews
    • Portals
      • Sites
        • Facebook Chat
      • Currencies
      • Languages
      • Articles
        • Tags
        • Categories
    • Partner links
    • Board
    • API
      • Methods
  • Processes
    • Register
      • Create an account
      • Organization
      • Trading account
    • Create a Service
      • General
      • Languages
      • Equipment
    • Create an Article
      • Category
      • Tags
      • Article
Powered by GitBook
On this page

Was this helpful?

  1. Travel Portals
  2. API

Methods

Description of api endpoints

Get Single Payout

GET https://api.siesta.cloud/payout/{id}&token={token}

This endpoint allows allows to get you information about payout, witch was send to your bank account .

Path Parameters

Name
Type
Description

token

string

Your unique token

id

number

ID of payout you want to get (variable symbol).

{
  "date": "2020-03-19T10:47:30.326Z",
  "accountCompanyName": "string",
  "accountFirstName": "string",
  "accountLastName": "string",
  "totalAmount": 0,
  "currencyIsoCode": "string",
  "bounties": [
    {
      "reservationId": 0,
      "reservationServiceItemName": "string",
      "amount": 0,
      "currencyCode": "string",
      "source": "string",
      "sourceName": "string",
      "reservationDetailLink": "string",
      "reservationPublicId": "string"
    }
  ],
  "id": 0
}
{    "message": content-length: 0 
 date: Thu, 19 Mar 2020 10:38:25 GMT 
 request-context: appId=cid-v1:b39ad8c8-8488-4dd5-9f63-aa3621ccb71f 
 status: 404 
 x-content-type-options: nosniff 
 x-frame-options: SAMEORIGIN 
 x-xss-protection: 1; mode=block "Ain't no cake like that."}

PreviousAPINextRegister

Last updated 5 years ago

Was this helpful?