Setup and configuration

Get your apaleo developer account and check out this topic to learn how to connect to the apaleo APIs.

Here’s what you need to do to get the initial setup right.

To fetch the correct properties, access the Inventory API.

GET /inventory/v1/properties

To find the room where charges should be added to, access the Booking API.

GET /booking/v1/reservations

To find the folio, where charges should be added, access the Finance API.

GET /finance/v1/folios

To add charges and allowances to the folio, access the Finance API.

POST /finance/v1/folio-actions/{folioId}/charges

POST /finance/v1/folio-actions/{folioId}/transitory-charges

POST /finance/v1/folio-actions/{folioId}/charges/{chargeId}/allowances

To add payments or refund payments in the folio, access the Finance API.

POST /finance/v1/folios/{folioId}/payments

POST /finance/v1/folios/{folioId}/payments/{paymentId}/refunds