elefymove

Entwicklerdokumentation

Leitfäden und Referenz für die ElefyMove Open API.

Diese Leitfäden sind derzeit nur auf Englisch verfügbar.

Endpoints

MethodeEndpunktScopeFunktion
GET/api/public/v1/marketplace/bookingsmarketplace:readIhre eigenen Marketplace-Buchungen paginiert und gefiltert auflisten. Antworten enthalten ausschließlich Datum und Referenz.
GET/api/public/v1/marketplace/bookings/{id}marketplace:readEine eigene Marketplace-Buchung anhand der ID abrufen.
POST/api/public/v1/marketplace/bookings/{id}/declinemarketplace:writeEine Buchung ablehnen, die noch auf die Zahlung wartet. Es gibt keine Bestätigungsroute — eine Buchung wird bestätigt, sobald die Zahlung erfasst wird, nie durch eine Genehmigung des Anbieters.

How marketplace bookings work

  • Elefy Market bookings cover sessions, date-range stays, and goods orders on the same underlying booking — the read routes return whichever of those a given booking is.
  • Reads are references and dates only — no guest or buyer personal data is ever returned, by design, the same rule as every other surface on this API.
  • pending means the booking is awaiting payment capture, not awaiting your approval. POST /marketplace/bookings/:id/decline only works on a booking still in that state — any other status returns a 409 (BOOKING_NOT_PENDING).
  • There is no confirm, reschedule, or refund route: a booking becomes confirmed the moment payment is captured, never by provider approval, and no money moves through this API in either direction.