elefymove

개발자 문서

ElefyMove Open API 가이드와 레퍼런스.

이 가이드는 현재 영어로만 제공됩니다.

Endpoints

메서드엔드포인트스코프설명
GET/api/public/v1/marketplace/bookingsmarketplace:read본인의 마켓플레이스 예약을 페이지네이션 및 필터와 함께 나열합니다. 응답에는 날짜와 참조 정보만 포함됩니다.
GET/api/public/v1/marketplace/bookings/{id}marketplace:readID로 본인 마켓플레이스 예약 하나를 조회합니다.
POST/api/public/v1/marketplace/bookings/{id}/declinemarketplace:write아직 결제 대기 중인 예약을 거절합니다. 확정 엔드포인트는 없습니다 — 예약은 공급자의 승인이 아니라 결제가 완료되는 시점에 확정됩니다.

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.